#FCC76D

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

Shades of Grandis #FCC76D

Tints of Grandis #FCC76D

Color information

#FCC76D (or 0xFCC76D) is unknown color: approx Grandis. HEX triplet: FC, C7 and 6D. RGB value is (252,199,109). Sum of RGB (Red+Green+Blue) = 252+199+109=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC76D is #033892. Grayscale: #CDCDCD. Windows color (decimal): -211091 or 7194620. OLE color: 7194620.

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

Color convert

RGB252199109-
CMYK00.210.570.01
HSL37.76º95.97%70.78%-
HSV(B)37.76º56.75%98.82%-
XYZ63.3362.6523.22-
YUV204.5974.06161.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 109 (42.97% from 255) = 19.46%
R=45%
G=35.54%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219910900.210.570.0137.7695.9770.78
HexFCC76D015391266047
Octal37430715502571146140107
Binary11111100110001111101101010101111001110011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC76D; }

 p { color: rgb(252,199,109); }

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

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

 a { background-color: rgb(252,199,109); }

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

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

 span { border-color: rgb(252,199,109); }

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