Html Css Color HEX #FCD576 Salomie

📋 copy color: '#FCD576'

red 252 ◦ green 213 ◦ blue 118

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

Shades of Salomie #FCD576

Tints of Salomie #FCD576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.54%

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

R = 43.22%
G = 36.54%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCD576 (or 0xFCD576) is known color: Salomie. HEX triplet: FC, D5 and 76. RGB value is (252,213,118). Sum of RGB (Red+Green+Blue) = 252+213+118=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD576 is #032A89. Grayscale: #D6D6D6. Windows color (decimal): -207498 or 7788028. OLE color: 7788028.

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

Color convert

RGB 252 213 118 -
CMYK 0 0.15 0.53 0.01
HSL 42.54º 0.96% 0.73% -
HSV(B) 42.54º 0.53% 0.99% -
XYZ 67.21 69.59 27.03 -
YUV 213.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 252 213 118 0 0.15 0.53 0.01 42.54 0.96 0.73
Hex FC D5 76 0 F 35 1 2B 60 49
Octal 374 325 166 0 17 65 1 53 140 111
Binary 11111100 11010101 1110110 0 1111 110101 1 101011 1100000 1001001

Color Harmonies of #FCD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD576

Black with #FCD576

Text Example


Text Example

White with #FCD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD576; }

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

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

background-color css

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

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

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

border-color css

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

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

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