Html Css Color HEX #FEA586 Light Salmon

📋 copy color: '#FEA586'

red 254 ◦ green 165 ◦ blue 134

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

Shades of Light Salmon #FEA586

Tints of Light Salmon #FEA586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.84%

 BLUE value IS 134 (52.73% from 255) = 24.23%

R = 45.93%
G = 29.84%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEA586 (or 0xFEA586) is known color: Light Salmon. HEX triplet: FE, A5 and 86. RGB value is (254,165,134). Sum of RGB (Red+Green+Blue) = 254+165+134=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA586 is #015A79. Grayscale: #BCBCBC. Windows color (decimal): -88698 or 8824318. OLE color: 8824318.

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

Color convert

RGB 254 165 134 -
CMYK 0 0.35 0.47 0.00
HSL 15.5º 0.98% 0.76% -
HSV(B) 15.5º 0.47% 1% -
XYZ 58.63 49.7 29.06 -
YUV 188.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 254 165 134 0 0.35 0.47 0.00 15.5 0.98 0.76
Hex FE A5 86 0 23 2F 0 10 62 4C
Octal 376 245 206 0 43 57 0 20 142 114
Binary 11111110 10100101 10000110 0 100011 101111 0 10000 1100010 1001100

Color Harmonies of #FEA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA586

Black with #FEA586

Text Example


Text Example

White with #FEA586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA586; }

 p { color: rgb(254,165,134); }

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

background-color css

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

 a { background-color: rgb(254,165,134); }

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

border-color css

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

 span { border-color: rgb(254,165,134); }

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