Html Css Color HEX #FEA07A Light Salmon

📋 copy color: '#FEA07A'

red 254 ◦ green 160 ◦ blue 122

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

Shades of Light Salmon #FEA07A

Tints of Light Salmon #FEA07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.76%

R = 47.39%
G = 29.85%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEA07A (or 0xFEA07A) is known color: Light Salmon. HEX triplet: FE, A0 and 7A. RGB value is (254,160,122). Sum of RGB (Red+Green+Blue) = 254+160+122=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA07A is #015F85. Grayscale: #B8B8B8. Windows color (decimal): -89990 or 8036606. OLE color: 8036606.

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

Color convert

RGB 254 160 122 -
CMYK 0 0.37 0.52 0.00
HSL 17.27º 0.99% 0.74% -
HSV(B) 17.27º 0.52% 1% -
XYZ 56.96 47.62 24.6 -
YUV 183.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 254 160 122 0 0.37 0.52 0.00 17.27 0.99 0.74
Hex FE A0 7A 0 25 34 0 11 63 4A
Octal 376 240 172 0 45 64 0 21 143 112
Binary 11111110 10100000 1111010 0 100101 110100 0 10001 1100011 1001010

Color Harmonies of #FEA07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA07A

Black with #FEA07A

Text Example


Text Example

White with #FEA07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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