#F8A485

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

Shades of Light Salmon #F8A485

Tints of Light Salmon #F8A485

Color information

#F8A485 (or 0xF8A485) is unknown color: approx Light Salmon. HEX triplet: F8, A4 and 85. RGB value is (248,164,133). Sum of RGB (Red+Green+Blue) = 248+164+133=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A485 is #075B7A. Grayscale: #B9B9B9. Windows color (decimal): -482171 or 8758520. OLE color: 8758520.

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

Color convert

RGB248164133-
CMYK00.340.460.03
HSL16.17º89.15%74.71%-
HSV(B)16.17º46.37%97.25%-
XYZ56.2248.228.53-
YUV185.5898.33172.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.50%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=45.50%
G=30.09%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816413300.340.460.0316.1789.1574.71
HexF8A4850222E310594b
Octal37024420504256320131113
Binary1111100010100100100001010100010101110111000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A485; }

 p { color: rgb(248,164,133); }

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

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

 a { background-color: rgb(248,164,133); }

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

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

 span { border-color: rgb(248,164,133); }

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