Html Css Color HEX #FEA17D Light Salmon

📋 copy color: '#FEA17D'

red 254 ◦ green 161 ◦ blue 125

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

Shades of Light Salmon #FEA17D

Tints of Light Salmon #FEA17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 47.04%
G = 29.81%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEA17D (or 0xFEA17D) is known color: Light Salmon. HEX triplet: FE, A1 and 7D. RGB value is (254,161,125). Sum of RGB (Red+Green+Blue) = 254+161+125=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA17D is #015E82. Grayscale: #B8B8B8. Windows color (decimal): -89731 or 8233470. OLE color: 8233470.

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

Color convert

RGB 254 161 125 -
CMYK 0 0.37 0.51 0.00
HSL 16.74º 0.98% 0.74% -
HSV(B) 16.74º 0.51% 1% -
XYZ 57.32 48.04 25.65 -
YUV 184.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 254 161 125 0 0.37 0.51 0.00 16.74 0.98 0.74
Hex FE A1 7D 0 25 33 0 11 62 4A
Octal 376 241 175 0 45 63 0 21 142 112
Binary 11111110 10100001 1111101 0 100101 110011 0 10001 1100010 1001010

Color Harmonies of #FEA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA17D

Black with #FEA17D

Text Example


Text Example

White with #FEA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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