Html Css Color HEX #FCD279 Salomie

📋 copy color: '#FCD279'

red 252 ◦ green 210 ◦ blue 121

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

Shades of Salomie #FCD279

Tints of Salomie #FCD279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 43.22%
G = 36.02%
B = 20.75%

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

#FCD279 (or 0xFCD279) is known color: Salomie. HEX triplet: FC, D2 and 79. RGB value is (252,210,121). Sum of RGB (Red+Green+Blue) = 252+210+121=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD279 is #032D86. Grayscale: #D4D4D4. Windows color (decimal): -208263 or 7983868. OLE color: 7983868.

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

Color convert

RGB 252 210 121 -
CMYK 0 0.17 0.52 0.01
HSL 40.76º 0.96% 0.73% -
HSV(B) 40.76º 0.52% 0.99% -
XYZ 66.64 68.17 27.73 -
YUV 212.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 252 210 121 0 0.17 0.52 0.01 40.76 0.96 0.73
Hex FC D2 79 0 11 34 1 29 60 49
Octal 374 322 171 0 21 64 1 51 140 111
Binary 11111100 11010010 1111001 0 10001 110100 1 101001 1100000 1001001

Color Harmonies of #FCD279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD279

Black with #FCD279

Text Example


Text Example

White with #FCD279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD279; }

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

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

background-color css

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

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

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

border-color css

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

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

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