Html Css Color HEX #FEA486 Light Salmon

📋 copy color: '#FEA486'

red 254 ◦ green 164 ◦ blue 134

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

Shades of Light Salmon #FEA486

Tints of Light Salmon #FEA486

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.71%

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

R = 46.01%
G = 29.71%
B = 24.28%

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

#FEA486 (or 0xFEA486) is known color: Light Salmon. HEX triplet: FE, A4 and 86. RGB value is (254,164,134). Sum of RGB (Red+Green+Blue) = 254+164+134=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA486 is #015B79. Grayscale: #BBBBBB. Windows color (decimal): -88954 or 8824062. OLE color: 8824062.

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

Color convert

RGB 254 164 134 -
CMYK 0 0.35 0.47 0.00
HSL 15º 0.98% 0.76% -
HSV(B) 15º 0.47% 1% -
XYZ 58.45 49.34 29 -
YUV 187.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 254 164 134 0 0.35 0.47 0.00 15 0.98 0.76
Hex FE A4 86 0 23 2F 0 F 62 4C
Octal 376 244 206 0 43 57 0 17 142 114
Binary 11111110 10100100 10000110 0 100011 101111 0 1111 1100010 1001100

Color Harmonies of #FEA486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA486

Black with #FEA486

Text Example


Text Example

White with #FEA486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA486; }

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

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

background-color css

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

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

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

border-color css

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

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

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