Html Css Color HEX #FEA585 Light Salmon

📋 copy color: '#FEA585'

red 254 ◦ green 165 ◦ blue 133

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

Shades of Light Salmon #FEA585

Tints of Light Salmon #FEA585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.09%

R = 46.01%
G = 29.89%
B = 24.09%

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

#FEA585 (or 0xFEA585) is known color: Light Salmon. HEX triplet: FE, A5 and 85. RGB value is (254,165,133). Sum of RGB (Red+Green+Blue) = 254+165+133=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA585 is #015A7A. Grayscale: #BCBCBC. Windows color (decimal): -88699 or 8758782. OLE color: 8758782.

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

Color convert

RGB 254 165 133 -
CMYK 0 0.35 0.48 0.00
HSL 15.87º 0.98% 0.76% -
HSV(B) 15.87º 0.48% 1% -
XYZ 58.56 49.67 28.69 -
YUV 187.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 254 165 133 0 0.35 0.48 0.00 15.87 0.98 0.76
Hex FE A5 85 0 23 30 0 10 62 4C
Octal 376 245 205 0 43 60 0 20 142 114
Binary 11111110 10100101 10000101 0 100011 110000 0 10000 1100010 1001100

Color Harmonies of #FEA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA585

Black with #FEA585

Text Example


Text Example

White with #FEA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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