Html Css Color HEX #FEA074 Light Salmon

📋 copy color: '#FEA074'

red 254 ◦ green 160 ◦ blue 116

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

Shades of Light Salmon #FEA074

Tints of Light Salmon #FEA074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.89%

R = 47.92%
G = 30.19%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEA074 (or 0xFEA074) is known color: Light Salmon. HEX triplet: FE, A0 and 74. RGB value is (254,160,116). Sum of RGB (Red+Green+Blue) = 254+160+116=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA074 is #015F8B. Grayscale: #B7B7B7. Windows color (decimal): -89996 or 7643390. OLE color: 7643390.

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

Color convert

RGB 254 160 116 -
CMYK 0 0.37 0.54 0.00
HSL 19.13º 0.99% 0.73% -
HSV(B) 19.13º 0.54% 1% -
XYZ 56.6 47.47 22.7 -
YUV 183.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 254 160 116 0 0.37 0.54 0.00 19.13 0.99 0.73
Hex FE A0 74 0 25 36 0 13 63 49
Octal 376 240 164 0 45 66 0 23 143 111
Binary 11111110 10100000 1110100 0 100101 110110 0 10011 1100011 1001001

Color Harmonies of #FEA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA074

Black with #FEA074

Text Example


Text Example

White with #FEA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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