#FCD072

Color #FCD072 Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FCD072

Tints of Grandis #FCD072

Color information

#FCD072 (or 0xFCD072) is unknown color: approx Grandis. HEX triplet: FC, D0 and 72. RGB value is (252,208,114). Sum of RGB (Red+Green+Blue) = 252+208+114=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD072 is #032F8D. Grayscale: #D2D2D2. Windows color (decimal): -208782 or 7524604. OLE color: 7524604.

HSL color Cylindrical-coordinate representation of color #FCD072: hue angle of 40.87º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCD072 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB252208114-
CMYK00.170.550.01
HSL40.87º95.83%71.76%-
HSV(B)40.87º54.76%98.82%-
XYZ65.7467.0225.39-
YUV210.4473.58157.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 208 (81.64% from 255) = 36.24%
BLUE value IS 114 (44.92% from 255) = 19.86%
R=43.90%
G=36.24%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220811400.170.550.0140.8795.8371.76
HexFCD072011371296048
Octal37432016202167151140110
Binary11111100110100001110010010001110111110100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD072; }

 p { color: rgb(252,208,114); }

 H1.HeaderClassName
 {
   color: #FCD072;
 }
 .AnyTagClassName
 {
   color: #FCD072;
 }
</style>
background-color css

<style>
 a { background-color: #FCD072; }

 a { background-color: rgb(252,208,114); }

 div.DivClassName
 {
   background-color: #FCD072;
 }
 .BgClassName
 {
   background-color: #FCD072;
 }
</style>
border-color css

<style>
 span { border-color: #FCD072; }

 span { border-color: rgb(252,208,114); }

 td.TdClassName
 {
   border-color: #FCD072;
 }
 .TagClassName
 {
   border-color: #FCD072;
 }
</style>