Html Css Color HEX #FCD17E Salomie

📋 copy color: '#FCD17E'

red 252 ◦ green 209 ◦ blue 126

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

Shades of Salomie #FCD17E

Tints of Salomie #FCD17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.47%

R = 42.93%
G = 35.6%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FCD17E (or 0xFCD17E) is known color: Salomie. HEX triplet: FC, D1 and 7E. RGB value is (252,209,126). Sum of RGB (Red+Green+Blue) = 252+209+126=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD17E is #032E81. Grayscale: #D4D4D4. Windows color (decimal): -208514 or 8311292. OLE color: 8311292.

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

Color convert

RGB 252 209 126 -
CMYK 0 0.17 0.5 0.01
HSL 39.52º 0.95% 0.74% -
HSV(B) 39.52º 0.5% 0.99% -
XYZ 66.71 67.8 29.31 -
YUV 212.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 252 209 126 0 0.17 0.5 0.01 39.52 0.95 0.74
Hex FC D1 7E 0 11 32 1 28 5F 4A
Octal 374 321 176 0 21 62 1 50 137 112
Binary 11111100 11010001 1111110 0 10001 110010 1 101000 1011111 1001010

Color Harmonies of #FCD17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD17E

Black with #FCD17E

Text Example


Text Example

White with #FCD17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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