#fcc56f

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

Shades of Grandis #FCC56F

Tints of Grandis #FCC56F

Color information

#FCC56F (or 0xFCC56F) is unknown color: approx Grandis. HEX triplet: FC, C5 and 6F. RGB value is (252,197,111). Sum of RGB (Red+Green+Blue) = 252+197+111=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC56F is #033A90. Grayscale: #CCCCCC. Windows color (decimal): -211601 or 7325180. OLE color: 7325180.

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

Color convert

RGB252197111-
CMYK00.220.560.01
HSL36.6º95.92%71.18%-
HSV(B)36.6º55.95%98.82%-
XYZ62.9861.7823.64-
YUV203.6475.72162.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 111 (43.75% from 255) = 19.82%
R=45%
G=35.18%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219711100.220.560.0136.695.9271.18
HexFCC56F016381256047
Octal37430515702670145140107
Binary11111100110001011101111010110111000110010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcc56f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcc56f; }

 p { color: rgb(252,197,111); }

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

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

 a { background-color: rgb(252,197,111); }

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

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

 span { border-color: rgb(252,197,111); }

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