Html Css Color HEX #FEA578 Light Salmon

📋 copy color: '#FEA578'

red 254 ◦ green 165 ◦ blue 120

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

Shades of Light Salmon #FEA578

Tints of Light Salmon #FEA578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.26%

R = 47.12%
G = 30.61%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEA578 (or 0xFEA578) is known color: Light Salmon. HEX triplet: FE, A5 and 78. RGB value is (254,165,120). Sum of RGB (Red+Green+Blue) = 254+165+120=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA578 is #015A87. Grayscale: #BABABA. Windows color (decimal): -88712 or 7906814. OLE color: 7906814.

HSL color Cylindrical-coordinate representation of color #FEA578: hue angle of 20.15º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEA578 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 165 120 -
CMYK 0 0.35 0.53 0.00
HSL 20.15º 0.99% 0.73% -
HSV(B) 20.15º 0.53% 1% -
XYZ 57.72 49.34 24.25 -
YUV 186.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 254 165 120 0 0.35 0.53 0.00 20.15 0.99 0.73
Hex FE A5 78 0 23 35 0 14 63 49
Octal 376 245 170 0 43 65 0 24 143 111
Binary 11111110 10100101 1111000 0 100011 110101 0 10100 1100011 1001001

Color Harmonies of #FEA578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA578

Black with #FEA578

Text Example


Text Example

White with #FEA578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA578; }

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

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

background-color css

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

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

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

border-color css

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

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

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