Html Css Color HEX #FEA075 Light Salmon

📋 copy color: '#FEA075'

red 254 ◦ green 160 ◦ blue 117

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

Shades of Light Salmon #FEA075

Tints of Light Salmon #FEA075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.03%

R = 47.83%
G = 30.13%
B = 22.03%

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

#FEA075 (or 0xFEA075) is known color: Light Salmon. HEX triplet: FE, A0 and 75. RGB value is (254,160,117). Sum of RGB (Red+Green+Blue) = 254+160+117=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA075 is #015F8A. Grayscale: #B7B7B7. Windows color (decimal): -89995 or 7708926. OLE color: 7708926.

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

Color convert

RGB 254 160 117 -
CMYK 0 0.37 0.54 0.00
HSL 18.83º 0.99% 0.73% -
HSV(B) 18.83º 0.54% 1% -
XYZ 56.65 47.5 23.01 -
YUV 183.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 254 160 117 0 0.37 0.54 0.00 18.83 0.99 0.73
Hex FE A0 75 0 25 36 0 13 63 49
Octal 376 240 165 0 45 66 0 23 143 111
Binary 11111110 10100000 1110101 0 100101 110110 0 10011 1100011 1001001

Color Harmonies of #FEA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA075

Black with #FEA075

Text Example


Text Example

White with #FEA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA075; }

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

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

background-color css

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

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

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

border-color css

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

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

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