Html Css Color HEX #FEA87F Light Salmon

📋 copy color: '#FEA87F'

red 254 ◦ green 168 ◦ blue 127

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

Shades of Light Salmon #FEA87F

Tints of Light Salmon #FEA87F

RGB

 RED value IS 254 (99.61% from 255) = 46.27%

 GREEN value IS 168 (66.02% from 255) = 30.6%

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

R = 46.27%
G = 30.6%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA87F (or 0xFEA87F) is known color: Light Salmon. HEX triplet: FE, A8 and 7F. RGB value is (254,168,127). Sum of RGB (Red+Green+Blue) = 254+168+127=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA87F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA87F is #015780. Grayscale: #BDBDBD. Windows color (decimal): -87937 or 8366334. OLE color: 8366334.

HSL color Cylindrical-coordinate representation of color #FEA87F: hue angle of 19.37º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEA87F is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 168 127 -
CMYK 0 0.34 0.50 0.00
HSL 19.37º 0.98% 0.75% -
HSV(B) 19.37º 0.5% 1% -
XYZ 58.71 50.61 26.75 -
YUV 189.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 254 168 127 0 0.34 0.50 0.00 19.37 0.98 0.75
Hex FE A8 7F 0 22 32 0 13 62 4B
Octal 376 250 177 0 42 62 0 23 142 113
Binary 11111110 10101000 1111111 0 100010 110010 0 10011 1100010 1001011

Color Harmonies of #FEA87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA87F

Black with #FEA87F

Text Example


Text Example

White with #FEA87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA87F; }

 p { color: rgb(254,168,127); }

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

background-color css

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

 a { background-color: rgb(254,168,127); }

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

border-color css

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

 span { border-color: rgb(254,168,127); }

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