#FCD979

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

Shades of Salomie #FCD979

Tints of Salomie #FCD979

Color information

#FCD979 (or 0xFCD979) is unknown color: approx Salomie. HEX triplet: FC, D9 and 79. RGB value is (252,217,121). Sum of RGB (Red+Green+Blue) = 252+217+121=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 121 (47.66% from 255 or 20.51% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD979 is #032686. Grayscale: #D8D8D8. Windows color (decimal): -206471 or 7985660. OLE color: 7985660.

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

Color convert

RGB252217121-
CMYK00.140.520.01
HSL43.97º95.62%73.14%-
HSV(B)43.97º51.98%98.82%-
XYZ68.4171.728.32-
YUV216.5274.1153.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 121 (47.66% from 255) = 20.51%
R=42.71%
G=36.78%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221712100.140.520.0143.9795.6273.14
HexFCD9790E3412c6049
Octal37433117101664154140111
Binary1111110011011001111100101110110100110110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD979; }

 p { color: rgb(252,217,121); }

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

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

 a { background-color: rgb(252,217,121); }

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

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

 span { border-color: rgb(252,217,121); }

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