Html Css Color HEX #FCD979 Salomie

📋 copy color: '#FCD979'

red 252 ◦ green 217 ◦ blue 121

#FCD979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salomie #FCD979

Tints of Salomie #FCD979

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 value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD979 (or 0xFCD979) is known color: 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

RGB 252 217 121 -
CMYK 0 0.14 0.52 0.01
HSL 43.97º 0.96% 0.73% -
HSV(B) 43.97º 0.52% 0.99% -
XYZ 68.41 71.7 28.32 -
YUV 216.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 252 217 121 0 0.14 0.52 0.01 43.97 0.96 0.73
Hex FC D9 79 0 E 34 1 2C 60 49
Octal 374 331 171 0 16 64 1 54 140 111
Binary 11111100 11011001 1111001 0 1110 110100 1 101100 1100000 1001001

Color Harmonies of #FCD979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD979

Black with #FCD979

Text Example


Text Example

White with #FCD979

Text Example


Text Example

HTML Codes & Css Web 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>