Html Css Color HEX #FEA683 Light Salmon

📋 copy color: '#FEA683'

red 254 ◦ green 166 ◦ blue 131

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

Shades of Light Salmon #FEA683

Tints of Light Salmon #FEA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.13%

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

R = 46.1%
G = 30.13%
B = 23.77%

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

#FEA683 (or 0xFEA683) is known color: Light Salmon. HEX triplet: FE, A6 and 83. RGB value is (254,166,131). Sum of RGB (Red+Green+Blue) = 254+166+131=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA683 is #01597C. Grayscale: #BCBCBC. Windows color (decimal): -88445 or 8627966. OLE color: 8627966.

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

Color convert

RGB 254 166 131 -
CMYK 0 0.35 0.48 0.00
HSL 17.07º 0.98% 0.75% -
HSV(B) 17.07º 0.48% 1% -
XYZ 58.61 49.98 28.03 -
YUV 188.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 254 166 131 0 0.35 0.48 0.00 17.07 0.98 0.75
Hex FE A6 83 0 23 30 0 11 62 4B
Octal 376 246 203 0 43 60 0 21 142 113
Binary 11111110 10100110 10000011 0 100011 110000 0 10001 1100010 1001011

Color Harmonies of #FEA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA683

Black with #FEA683

Text Example


Text Example

White with #FEA683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA683; }

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

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

background-color css

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

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

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

border-color css

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

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

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