Html Css Color HEX #FEA584 Light Salmon

📋 copy color: '#FEA584'

red 254 ◦ green 165 ◦ blue 132

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

Shades of Light Salmon #FEA584

Tints of Light Salmon #FEA584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.96%

R = 46.1%
G = 29.95%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEA584 (or 0xFEA584) is known color: Light Salmon. HEX triplet: FE, A5 and 84. RGB value is (254,165,132). Sum of RGB (Red+Green+Blue) = 254+165+132=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA584 is #015A7B. Grayscale: #BCBCBC. Windows color (decimal): -88700 or 8693246. OLE color: 8693246.

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

Color convert

RGB 254 165 132 -
CMYK 0 0.35 0.48 0.00
HSL 16.23º 0.98% 0.76% -
HSV(B) 16.23º 0.48% 1% -
XYZ 58.49 49.65 28.33 -
YUV 187.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 254 165 132 0 0.35 0.48 0.00 16.23 0.98 0.76
Hex FE A5 84 0 23 30 0 10 62 4C
Octal 376 245 204 0 43 60 0 20 142 114
Binary 11111110 10100101 10000100 0 100011 110000 0 10000 1100010 1001100

Color Harmonies of #FEA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA584

Black with #FEA584

Text Example


Text Example

White with #FEA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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