Html Css Color HEX #FEA581 Light Salmon

📋 copy color: '#FEA581'

red 254 ◦ green 165 ◦ blue 129

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

Shades of Light Salmon #FEA581

Tints of Light Salmon #FEA581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.54%

R = 46.35%
G = 30.11%
B = 23.54%

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

#FEA581 (or 0xFEA581) is known color: Light Salmon. HEX triplet: FE, A5 and 81. RGB value is (254,165,129). Sum of RGB (Red+Green+Blue) = 254+165+129=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA581 is #015A7E. Grayscale: #BBBBBB. Windows color (decimal): -88703 or 8496638. OLE color: 8496638.

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

Color convert

RGB 254 165 129 -
CMYK 0 0.35 0.49 0.00
HSL 17.28º 0.98% 0.75% -
HSV(B) 17.28º 0.49% 1% -
XYZ 58.29 49.57 27.26 -
YUV 187.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 254 165 129 0 0.35 0.49 0.00 17.28 0.98 0.75
Hex FE A5 81 0 23 31 0 11 62 4B
Octal 376 245 201 0 43 61 0 21 142 113
Binary 11111110 10100101 10000001 0 100011 110001 0 10001 1100010 1001011

Color Harmonies of #FEA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA581

Black with #FEA581

Text Example


Text Example

White with #FEA581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA581; }

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

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

background-color css

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

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

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

border-color css

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

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

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