Html Css Color HEX #FEA983 Light Salmon

📋 copy color: '#FEA983'

red 254 ◦ green 169 ◦ blue 131

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

Shades of Light Salmon #FEA983

Tints of Light Salmon #FEA983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.51%

 BLUE value IS 131 (51.56% from 255) = 23.65%

R = 45.85%
G = 30.51%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEA983 (or 0xFEA983) is known color: Light Salmon. HEX triplet: FE, A9 and 83. RGB value is (254,169,131). Sum of RGB (Red+Green+Blue) = 254+169+131=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA983 is #01567C. Grayscale: #BEBEBE. Windows color (decimal): -87677 or 8628734. OLE color: 8628734.

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

Color convert

RGB 254 169 131 -
CMYK 0 0.33 0.48 0.00
HSL 18.54º 0.98% 0.75% -
HSV(B) 18.54º 0.48% 1% -
XYZ 59.16 51.09 28.22 -
YUV 190.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 254 169 131 0 0.33 0.48 0.00 18.54 0.98 0.75
Hex FE A9 83 0 21 30 0 13 62 4B
Octal 376 251 203 0 41 60 0 23 142 113
Binary 11111110 10101001 10000011 0 100001 110000 0 10011 1100010 1001011

Color Harmonies of #FEA983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA983

Black with #FEA983

Text Example


Text Example

White with #FEA983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA983; }

 p { color: rgb(254,169,131); }

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

background-color css

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

 a { background-color: rgb(254,169,131); }

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

border-color css

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

 span { border-color: rgb(254,169,131); }

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