Html Css Color HEX #FEA482 Light Salmon

📋 copy color: '#FEA482'

red 254 ◦ green 164 ◦ blue 130

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

Shades of Light Salmon #FEA482

Tints of Light Salmon #FEA482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.72%

R = 46.35%
G = 29.93%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEA482 (or 0xFEA482) is known color: Light Salmon. HEX triplet: FE, A4 and 82. RGB value is (254,164,130). Sum of RGB (Red+Green+Blue) = 254+164+130=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA482 is #015B7D. Grayscale: #BBBBBB. Windows color (decimal): -88958 or 8561918. OLE color: 8561918.

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

Color convert

RGB 254 164 130 -
CMYK 0 0.35 0.49 0.00
HSL 16.45º 0.98% 0.75% -
HSV(B) 16.45º 0.49% 1% -
XYZ 58.18 49.23 27.56 -
YUV 187.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 254 164 130 0 0.35 0.49 0.00 16.45 0.98 0.75
Hex FE A4 82 0 23 31 0 10 62 4B
Octal 376 244 202 0 43 61 0 20 142 113
Binary 11111110 10100100 10000010 0 100011 110001 0 10000 1100010 1001011

Color Harmonies of #FEA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA482

Black with #FEA482

Text Example


Text Example

White with #FEA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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