Html Css Color HEX #FEA17A Light Salmon

📋 copy color: '#FEA17A'

red 254 ◦ green 161 ◦ blue 122

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

Shades of Light Salmon #FEA17A

Tints of Light Salmon #FEA17A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.98%

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

R = 47.3%
G = 29.98%
B = 22.72%

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

#FEA17A (or 0xFEA17A) is known color: Light Salmon. HEX triplet: FE, A1 and 7A. RGB value is (254,161,122). Sum of RGB (Red+Green+Blue) = 254+161+122=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA17A is #015E85. Grayscale: #B8B8B8. Windows color (decimal): -89734 or 8036862. OLE color: 8036862.

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

Color convert

RGB 254 161 122 -
CMYK 0 0.37 0.52 0.00
HSL 17.73º 0.99% 0.74% -
HSV(B) 17.73º 0.52% 1% -
XYZ 57.13 47.97 24.66 -
YUV 184.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 254 161 122 0 0.37 0.52 0.00 17.73 0.99 0.74
Hex FE A1 7A 0 25 34 0 12 63 4A
Octal 376 241 172 0 45 64 0 22 143 112
Binary 11111110 10100001 1111010 0 100101 110100 0 10010 1100011 1001010

Color Harmonies of #FEA17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA17A

Black with #FEA17A

Text Example


Text Example

White with #FEA17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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