Html Css Color HEX #FCD374 Salomie

📋 copy color: '#FCD374'

red 252 ◦ green 211 ◦ blue 116

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

Shades of Salomie #FCD374

Tints of Salomie #FCD374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 43.52%
G = 36.44%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD374 (or 0xFCD374) is known color: Salomie. HEX triplet: FC, D3 and 74. RGB value is (252,211,116). Sum of RGB (Red+Green+Blue) = 252+211+116=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD374 is #032C8B. Grayscale: #D4D4D4. Windows color (decimal): -208012 or 7656444. OLE color: 7656444.

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

Color convert

RGB 252 211 116 -
CMYK 0 0.16 0.54 0.01
HSL 41.91º 0.96% 0.72% -
HSV(B) 41.91º 0.54% 0.99% -
XYZ 66.59 68.54 26.24 -
YUV 212.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 252 211 116 0 0.16 0.54 0.01 41.91 0.96 0.72
Hex FC D3 74 0 10 36 1 2A 60 48
Octal 374 323 164 0 20 66 1 52 140 110
Binary 11111100 11010011 1110100 0 10000 110110 1 101010 1100000 1001000

Color Harmonies of #FCD374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD374

Black with #FCD374

Text Example


Text Example

White with #FCD374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD374; }

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

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

background-color css

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

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

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

border-color css

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

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

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