Html Css Color HEX #FCD17C Salomie

📋 copy color: '#FCD17C'

red 252 ◦ green 209 ◦ blue 124

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

Shades of Salomie #FCD17C

Tints of Salomie #FCD17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.73%

 BLUE value IS 124 (48.83% from 255) = 21.2%

R = 43.08%
G = 35.73%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCD17C (or 0xFCD17C) is known color: Salomie. HEX triplet: FC, D1 and 7C. RGB value is (252,209,124). Sum of RGB (Red+Green+Blue) = 252+209+124=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD17C is #032E83. Grayscale: #D4D4D4. Windows color (decimal): -208516 or 8180220. OLE color: 8180220.

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

Color convert

RGB 252 209 124 -
CMYK 0 0.17 0.51 0.01
HSL 39.84º 0.96% 0.74% -
HSV(B) 39.84º 0.51% 0.99% -
XYZ 66.58 67.75 28.64 -
YUV 212.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 252 209 124 0 0.17 0.51 0.01 39.84 0.96 0.74
Hex FC D1 7C 0 11 33 1 28 60 4A
Octal 374 321 174 0 21 63 1 50 140 112
Binary 11111100 11010001 1111100 0 10001 110011 1 101000 1100000 1001010

Color Harmonies of #FCD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD17C

Black with #FCD17C

Text Example


Text Example

White with #FCD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD17C; }

 p { color: rgb(252,209,124); }

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

background-color css

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

 a { background-color: rgb(252,209,124); }

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

border-color css

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

 span { border-color: rgb(252,209,124); }

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