Html Css Color HEX #FEA283 Light Salmon

📋 copy color: '#FEA283'

red 254 ◦ green 162 ◦ blue 131

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

Shades of Light Salmon #FEA283

Tints of Light Salmon #FEA283

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.62%

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

R = 46.44%
G = 29.62%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEA283 (or 0xFEA283) is known color: Light Salmon. HEX triplet: FE, A2 and 83. RGB value is (254,162,131). Sum of RGB (Red+Green+Blue) = 254+162+131=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA283 is #015D7C. Grayscale: #BABABA. Windows color (decimal): -89469 or 8626942. OLE color: 8626942.

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

Color convert

RGB 254 162 131 -
CMYK 0 0.36 0.48 0.00
HSL 15.12º 0.98% 0.75% -
HSV(B) 15.12º 0.48% 1% -
XYZ 57.89 48.55 27.79 -
YUV 185.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 254 162 131 0 0.36 0.48 0.00 15.12 0.98 0.75
Hex FE A2 83 0 24 30 0 F 62 4B
Octal 376 242 203 0 44 60 0 17 142 113
Binary 11111110 10100010 10000011 0 100100 110000 0 1111 1100010 1001011

Color Harmonies of #FEA283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA283

Black with #FEA283

Text Example


Text Example

White with #FEA283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA283; }

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

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

background-color css

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

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

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

border-color css

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

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

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