#FCD876

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

Shades of Salomie #FCD876

Tints of Salomie #FCD876

Color information

#FCD876 (or 0xFCD876) is unknown color: approx Salomie. HEX triplet: FC, D8 and 76. RGB value is (252,216,118). Sum of RGB (Red+Green+Blue) = 252+216+118=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD876 is #032789. Grayscale: #D8D8D8. Windows color (decimal): -206730 or 7788796. OLE color: 7788796.

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

Color convert

RGB252216118-
CMYK00.140.530.01
HSL43.88º95.71%72.55%-
HSV(B)43.88º53.17%98.82%-
XYZ67.9771.1227.28-
YUV215.5972.93153.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 118 (46.48% from 255) = 20.14%
R=43.00%
G=36.86%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221611800.140.530.0143.8895.7172.55
HexFCD8760E3512c6049
Octal37433016601665154140111
Binary1111110011011000111011001110110101110110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD876; }

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

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

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

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

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

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

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

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