Html Css Color HEX #FCD976 Salomie

📋 copy color: '#FCD976'

red 252 ◦ green 217 ◦ blue 118

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

Shades of Salomie #FCD976

Tints of Salomie #FCD976

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.97%

 BLUE value IS 118 (46.48% from 255) = 20.1%

R = 42.93%
G = 36.97%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCD976 (or 0xFCD976) is known color: Salomie. HEX triplet: FC, D9 and 76. RGB value is (252,217,118). Sum of RGB (Red+Green+Blue) = 252+217+118=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD976 is #032689. Grayscale: #D8D8D8. Windows color (decimal): -206474 or 7789052. OLE color: 7789052.

HSL color Cylindrical-coordinate representation of color #FCD976: hue angle of 44.33º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCD976 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 118 -
CMYK 0 0.14 0.53 0.01
HSL 44.33º 0.96% 0.73% -
HSV(B) 44.33º 0.53% 0.99% -
XYZ 68.23 71.63 27.37 -
YUV 216.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 252 217 118 0 0.14 0.53 0.01 44.33 0.96 0.73
Hex FC D9 76 0 E 35 1 2C 60 49
Octal 374 331 166 0 16 65 1 54 140 111
Binary 11111100 11011001 1110110 0 1110 110101 1 101100 1100000 1001001

Color Harmonies of #FCD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD976

Black with #FCD976

Text Example


Text Example

White with #FCD976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD976; }

 p { color: rgb(252,217,118); }

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

background-color css

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

 a { background-color: rgb(252,217,118); }

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

border-color css

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

 span { border-color: rgb(252,217,118); }

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