#FCD76C

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

Shades of Grandis #FCD76C

Tints of Grandis #FCD76C

Color information

#FCD76C (or 0xFCD76C) is unknown color: approx Grandis. HEX triplet: FC, D7 and 6C. RGB value is (252,215,108). Sum of RGB (Red+Green+Blue) = 252+215+108=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD76C is #032893. Grayscale: #D6D6D6. Windows color (decimal): -206996 or 7133180. OLE color: 7133180.

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

Color convert

RGB252215108-
CMYK00.150.570.01
HSL44.58º96%70.59%-
HSV(B)44.58º57.14%98.82%-
XYZ67.1570.3824.23-
YUV213.8668.26155.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 108 (42.58% from 255) = 18.78%
R=43.83%
G=37.39%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221510800.150.570.0144.589670.59
HexFCD76C0F3912d6047
Octal37432715401771155140107
Binary1111110011010111110110001111111001110110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD76C; }

 p { color: rgb(252,215,108); }

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

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

 a { background-color: rgb(252,215,108); }

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

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

 span { border-color: rgb(252,215,108); }

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