Html Css Color HEX #FEA883 Light Salmon

📋 copy color: '#FEA883'

red 254 ◦ green 168 ◦ blue 131

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

Shades of Light Salmon #FEA883

Tints of Light Salmon #FEA883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.38%

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

R = 45.93%
G = 30.38%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEA883 (or 0xFEA883) is known color: Light Salmon. HEX triplet: FE, A8 and 83. RGB value is (254,168,131). Sum of RGB (Red+Green+Blue) = 254+168+131=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA883 is #01577C. Grayscale: #BDBDBD. Windows color (decimal): -87933 or 8628478. OLE color: 8628478.

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

Color convert

RGB 254 168 131 -
CMYK 0 0.34 0.48 0.00
HSL 18.05º 0.98% 0.75% -
HSV(B) 18.05º 0.48% 1% -
XYZ 58.97 50.71 28.15 -
YUV 189.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 254 168 131 0 0.34 0.48 0.00 18.05 0.98 0.75
Hex FE A8 83 0 22 30 0 12 62 4B
Octal 376 250 203 0 42 60 0 22 142 113
Binary 11111110 10101000 10000011 0 100010 110000 0 10010 1100010 1001011

Color Harmonies of #FEA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA883

Black with #FEA883

Text Example


Text Example

White with #FEA883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA883; }

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

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

background-color css

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

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

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

border-color css

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

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

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