Html Css Color HEX #FEA483 Light Salmon

📋 copy color: '#FEA483'

red 254 ◦ green 164 ◦ blue 131

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

Shades of Light Salmon #FEA483

Tints of Light Salmon #FEA483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.87%

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

R = 46.27%
G = 29.87%
B = 23.86%

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

#FEA483 (or 0xFEA483) is known color: Light Salmon. HEX triplet: FE, A4 and 83. RGB value is (254,164,131). Sum of RGB (Red+Green+Blue) = 254+164+131=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA483 is #015B7C. Grayscale: #BBBBBB. Windows color (decimal): -88957 or 8627454. OLE color: 8627454.

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

Color convert

RGB 254 164 131 -
CMYK 0 0.35 0.48 0.00
HSL 16.1º 0.98% 0.75% -
HSV(B) 16.1º 0.48% 1% -
XYZ 58.25 49.26 27.91 -
YUV 187.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 254 164 131 0 0.35 0.48 0.00 16.1 0.98 0.75
Hex FE A4 83 0 23 30 0 10 62 4B
Octal 376 244 203 0 43 60 0 20 142 113
Binary 11111110 10100100 10000011 0 100011 110000 0 10000 1100010 1001011

Color Harmonies of #FEA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA483

Black with #FEA483

Text Example


Text Example

White with #FEA483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA483; }

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

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

background-color css

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

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

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

border-color css

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

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

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