#F8A683

Color #F8A683 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #F8A683

Tints of Light Salmon #F8A683

Color information

#F8A683 (or 0xF8A683) is unknown color: approx Light Salmon. HEX triplet: F8, A6 and 83. RGB value is (248,166,131). Sum of RGB (Red+Green+Blue) = 248+166+131=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A683 is #07597C. Grayscale: #BABABA. Windows color (decimal): -481661 or 8627960. OLE color: 8627960.

HSL color Cylindrical-coordinate representation of color #F8A683: hue angle of 17.95º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8A683 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB248166131-
CMYK00.330.470.03
HSL17.95º89.31%74.31%-
HSV(B)17.95º47.18%97.25%-
XYZ56.4448.8727.93-
YUV186.5396.67171.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.50%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=45.50%
G=30.46%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816613100.330.470.0317.9589.3174.31
HexF8A6830212F312594a
Octal37024620304157322131112
Binary1111100010100110100000110100001101111111001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A683; }

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

 H1.HeaderClassName
 {
   color: #F8A683;
 }
 .AnyTagClassName
 {
   color: #F8A683;
 }
</style>
background-color css

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

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

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

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

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

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