Html Css Color HEX #FCD17F Salomie

📋 copy color: '#FCD17F'

red 252 ◦ green 209 ◦ blue 127

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

Shades of Salomie #FCD17F

Tints of Salomie #FCD17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.6%

R = 42.86%
G = 35.54%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCD17F (or 0xFCD17F) is known color: Salomie. HEX triplet: FC, D1 and 7F. RGB value is (252,209,127). Sum of RGB (Red+Green+Blue) = 252+209+127=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD17F is #032E80. Grayscale: #D4D4D4. Windows color (decimal): -208513 or 8376828. OLE color: 8376828.

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

Color convert

RGB 252 209 127 -
CMYK 0 0.17 0.50 0.01
HSL 39.36º 0.95% 0.74% -
HSV(B) 39.36º 0.5% 0.99% -
XYZ 66.78 67.83 29.65 -
YUV 212.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 252 209 127 0 0.17 0.50 0.01 39.36 0.95 0.74
Hex FC D1 7F 0 11 32 1 27 5F 4A
Octal 374 321 177 0 21 62 1 47 137 112
Binary 11111100 11010001 1111111 0 10001 110010 1 100111 1011111 1001010

Color Harmonies of #FCD17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD17F

Black with #FCD17F

Text Example


Text Example

White with #FCD17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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