#FCD679

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

Shades of Salomie #FCD679

Tints of Salomie #FCD679

Color information

#FCD679 (or 0xFCD679) is unknown color: approx Salomie. HEX triplet: FC, D6 and 79. RGB value is (252,214,121). Sum of RGB (Red+Green+Blue) = 252+214+121=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD679 is #032986. Grayscale: #D7D7D7. Windows color (decimal): -207239 or 7984892. OLE color: 7984892.

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

Color convert

RGB252214121-
CMYK00.150.520.01
HSL42.6º95.62%73.14%-
HSV(B)42.6º51.98%98.82%-
XYZ67.6470.1728.07-
YUV214.7675.09154.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 121 (47.66% from 255) = 20.61%
R=42.93%
G=36.46%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221412100.150.520.0142.695.6273.14
HexFCD6790F3412b6049
Octal37432617101764153140111
Binary1111110011010110111100101111110100110101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD679; }

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

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

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

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

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

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

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

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