Html Css Color HEX #FEA582 Light Salmon

📋 copy color: '#FEA582'

red 254 ◦ green 165 ◦ blue 130

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

Shades of Light Salmon #FEA582

Tints of Light Salmon #FEA582

RGB

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

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

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

R = 46.27%
G = 30.05%
B = 23.68%

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

#FEA582 (or 0xFEA582) is known color: Light Salmon. HEX triplet: FE, A5 and 82. RGB value is (254,165,130). Sum of RGB (Red+Green+Blue) = 254+165+130=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA582 is #015A7D. Grayscale: #BBBBBB. Windows color (decimal): -88702 or 8562174. OLE color: 8562174.

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

Color convert

RGB 254 165 130 -
CMYK 0 0.35 0.49 0.00
HSL 16.94º 0.98% 0.75% -
HSV(B) 16.94º 0.49% 1% -
XYZ 58.36 49.59 27.62 -
YUV 187.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 254 165 130 0 0.35 0.49 0.00 16.94 0.98 0.75
Hex FE A5 82 0 23 31 0 11 62 4B
Octal 376 245 202 0 43 61 0 21 142 113
Binary 11111110 10100101 10000010 0 100011 110001 0 10001 1100010 1001011

Color Harmonies of #FEA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA582

Black with #FEA582

Text Example


Text Example

White with #FEA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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