Html Css Color HEX #FEA07F Light Salmon

📋 copy color: '#FEA07F'

red 254 ◦ green 160 ◦ blue 127

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

Shades of Light Salmon #FEA07F

Tints of Light Salmon #FEA07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.57%

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

R = 46.95%
G = 29.57%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA07F (or 0xFEA07F) is known color: Light Salmon. HEX triplet: FE, A0 and 7F. RGB value is (254,160,127). Sum of RGB (Red+Green+Blue) = 254+160+127=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA07F is #015F80. Grayscale: #B8B8B8. Windows color (decimal): -89985 or 8364286. OLE color: 8364286.

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

Color convert

RGB 254 160 127 -
CMYK 0 0.37 0.50 0.00
HSL 15.59º 0.98% 0.75% -
HSV(B) 15.59º 0.5% 1% -
XYZ 57.27 47.74 26.28 -
YUV 184.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 254 160 127 0 0.37 0.50 0.00 15.59 0.98 0.75
Hex FE A0 7F 0 25 32 0 10 62 4B
Octal 376 240 177 0 45 62 0 20 142 113
Binary 11111110 10100000 1111111 0 100101 110010 0 10000 1100010 1001011

Color Harmonies of #FEA07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA07F

Black with #FEA07F

Text Example


Text Example

White with #FEA07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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