#FCD176

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

Shades of Grandis #FCD176

Tints of Grandis #FCD176

Color information

#FCD176 (or 0xFCD176) is unknown color: approx Grandis. HEX triplet: FC, D1 and 76. RGB value is (252,209,118). Sum of RGB (Red+Green+Blue) = 252+209+118=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD176 is #032E89. Grayscale: #D3D3D3. Windows color (decimal): -208522 or 7787004. OLE color: 7787004.

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

Color convert

RGB252209118-
CMYK00.170.530.01
HSL40.75º95.71%72.55%-
HSV(B)40.75º53.17%98.82%-
XYZ66.2267.626.7-
YUV211.4875.25156.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 118 (46.48% from 255) = 20.38%
R=43.52%
G=36.10%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220911800.170.530.0140.7595.7172.55
HexFCD176011351296049
Octal37432116602165151140111
Binary11111100110100011110110010001110101110100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD176; }

 p { color: rgb(252,209,118); }

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

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

 a { background-color: rgb(252,209,118); }

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

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

 span { border-color: rgb(252,209,118); }

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