Html Css Color HEX #FCD079 Salomie

📋 copy color: '#FCD079'

red 252 ◦ green 208 ◦ blue 121

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

Shades of Salomie #FCD079

Tints of Salomie #FCD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.8%

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

R = 43.37%
G = 35.8%
B = 20.83%

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

#FCD079 (or 0xFCD079) is known color: Salomie. HEX triplet: FC, D0 and 79. RGB value is (252,208,121). Sum of RGB (Red+Green+Blue) = 252+208+121=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD079 is #032F86. Grayscale: #D3D3D3. Windows color (decimal): -208775 or 7983356. OLE color: 7983356.

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

Color convert

RGB 252 208 121 -
CMYK 0 0.17 0.52 0.01
HSL 39.85º 0.96% 0.73% -
HSV(B) 39.85º 0.52% 0.99% -
XYZ 66.15 67.19 27.57 -
YUV 211.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 252 208 121 0 0.17 0.52 0.01 39.85 0.96 0.73
Hex FC D0 79 0 11 34 1 28 60 49
Octal 374 320 171 0 21 64 1 50 140 111
Binary 11111100 11010000 1111001 0 10001 110100 1 101000 1100000 1001001

Color Harmonies of #FCD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD079

Black with #FCD079

Text Example


Text Example

White with #FCD079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD079; }

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

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

background-color css

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

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

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

border-color css

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

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

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