#FCD472

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

Shades of Grandis #FCD472

Tints of Grandis #FCD472

Color information

#FCD472 (or 0xFCD472) is unknown color: approx Grandis. HEX triplet: FC, D4 and 72. RGB value is (252,212,114). Sum of RGB (Red+Green+Blue) = 252+212+114=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD472 is #032B8D. Grayscale: #D5D5D5. Windows color (decimal): -207758 or 7525628. OLE color: 7525628.

HSL color Cylindrical-coordinate representation of color #FCD472: hue angle of 42.61º 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 #FCD472 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB252212114-
CMYK00.160.550.01
HSL42.61º95.83%71.76%-
HSV(B)42.61º54.76%98.82%-
XYZ66.736925.72-
YUV212.7972.25155.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 212 (83.20% from 255) = 36.68%
BLUE value IS 114 (44.92% from 255) = 19.72%
R=43.60%
G=36.68%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221211400.160.550.0142.6195.8371.76
HexFCD4720103712b6048
Octal37432416202067153140110
Binary11111100110101001110010010000110111110101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD472; }

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

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

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

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

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

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

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

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