Html Css Color HEX #FCD377 Salomie

📋 copy color: '#FCD377'

red 252 ◦ green 211 ◦ blue 119

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

Shades of Salomie #FCD377

Tints of Salomie #FCD377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.45%

R = 43.3%
G = 36.25%
B = 20.45%

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

#FCD377 (or 0xFCD377) is known color: Salomie. HEX triplet: FC, D3 and 77. RGB value is (252,211,119). Sum of RGB (Red+Green+Blue) = 252+211+119=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD377 is #032C88. Grayscale: #D5D5D5. Windows color (decimal): -208009 or 7853052. OLE color: 7853052.

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

Color convert

RGB 252 211 119 -
CMYK 0 0.16 0.53 0.01
HSL 41.5º 0.96% 0.73% -
HSV(B) 41.5º 0.53% 0.99% -
XYZ 66.77 68.62 27.18 -
YUV 212.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 252 211 119 0 0.16 0.53 0.01 41.5 0.96 0.73
Hex FC D3 77 0 10 35 1 2A 60 49
Octal 374 323 167 0 20 65 1 52 140 111
Binary 11111100 11010011 1110111 0 10000 110101 1 101010 1100000 1001001

Color Harmonies of #FCD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD377

Black with #FCD377

Text Example


Text Example

White with #FCD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD377; }

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

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

background-color css

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

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

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

border-color css

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

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

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