Html Css Color HEX #FCD179 Salomie

📋 copy color: '#FCD179'

red 252 ◦ green 209 ◦ blue 121

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

Shades of Salomie #FCD179

Tints of Salomie #FCD179

RGB

 RED value IS 252 (98.83% from 255) = 43.3%

 GREEN value IS 209 (82.03% from 255) = 35.91%

 BLUE value IS 121 (47.66% from 255) = 20.79%

R = 43.3%
G = 35.91%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD179 (or 0xFCD179) is known color: Salomie. HEX triplet: FC, D1 and 79. RGB value is (252,209,121). Sum of RGB (Red+Green+Blue) = 252+209+121=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 121 (47.66% from 255 or 20.79% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD179 is #032E86. Grayscale: #D4D4D4. Windows color (decimal): -208519 or 7983612. OLE color: 7983612.

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

Color convert

RGB 252 209 121 -
CMYK 0 0.17 0.52 0.01
HSL 40.31º 0.96% 0.73% -
HSV(B) 40.31º 0.52% 0.99% -
XYZ 66.4 67.68 27.65 -
YUV 211.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 252 209 121 0 0.17 0.52 0.01 40.31 0.96 0.73
Hex FC D1 79 0 11 34 1 28 60 49
Octal 374 321 171 0 21 64 1 50 140 111
Binary 11111100 11010001 1111001 0 10001 110100 1 101000 1100000 1001001

Color Harmonies of #FCD179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD179

Black with #FCD179

Text Example


Text Example

White with #FCD179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD179; }

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

 H1.HeaderClassName
 {
   color: #FCD179;
 }
 .AnyTagClassName
 {
   color: #FCD179;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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