Html Css Color HEX #FCD376 Salomie

📋 copy color: '#FCD376'

red 252 ◦ green 211 ◦ blue 118

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

Shades of Salomie #FCD376

Tints of Salomie #FCD376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.32%

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

R = 43.37%
G = 36.32%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCD376 (or 0xFCD376) is known color: Salomie. HEX triplet: FC, D3 and 76. RGB value is (252,211,118). Sum of RGB (Red+Green+Blue) = 252+211+118=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD376 is #032C89. Grayscale: #D5D5D5. Windows color (decimal): -208010 or 7787516. OLE color: 7787516.

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

Color convert

RGB 252 211 118 -
CMYK 0 0.16 0.53 0.01
HSL 41.64º 0.96% 0.73% -
HSV(B) 41.64º 0.53% 0.99% -
XYZ 66.71 68.59 26.86 -
YUV 212.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 252 211 118 0 0.16 0.53 0.01 41.64 0.96 0.73
Hex FC D3 76 0 10 35 1 2A 60 49
Octal 374 323 166 0 20 65 1 52 140 111
Binary 11111100 11010011 1110110 0 10000 110101 1 101010 1100000 1001001

Color Harmonies of #FCD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD376

Black with #FCD376

Text Example


Text Example

White with #FCD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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