Html Css Color HEX #FEA57F Light Salmon

📋 copy color: '#FEA57F'

red 254 ◦ green 165 ◦ blue 127

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

Shades of Light Salmon #FEA57F

Tints of Light Salmon #FEA57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.22%

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

R = 46.52%
G = 30.22%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA57F (or 0xFEA57F) is known color: Light Salmon. HEX triplet: FE, A5 and 7F. RGB value is (254,165,127). Sum of RGB (Red+Green+Blue) = 254+165+127=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA57F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA57F is #015A80. Grayscale: #BBBBBB. Windows color (decimal): -88705 or 8365566. OLE color: 8365566.

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

Color convert

RGB 254 165 127 -
CMYK 0 0.35 0.50 0.00
HSL 17.95º 0.98% 0.75% -
HSV(B) 17.95º 0.5% 1% -
XYZ 58.16 49.51 26.57 -
YUV 187.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 254 165 127 0 0.35 0.50 0.00 17.95 0.98 0.75
Hex FE A5 7F 0 23 32 0 12 62 4B
Octal 376 245 177 0 43 62 0 22 142 113
Binary 11111110 10100101 1111111 0 100011 110010 0 10010 1100010 1001011

Color Harmonies of #FEA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA57F

Black with #FEA57F

Text Example


Text Example

White with #FEA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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