#F8A082

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

Shades of Light Salmon #F8A082

Tints of Light Salmon #F8A082

Color information

#F8A082 (or 0xF8A082) is unknown color: approx Light Salmon. HEX triplet: F8, A0 and 82. RGB value is (248,160,130). Sum of RGB (Red+Green+Blue) = 248+160+130=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A082 is #075F7D. Grayscale: #B7B7B7. Windows color (decimal): -483198 or 8560888. OLE color: 8560888.

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

Color convert

RGB248160130-
CMYK00.350.480.03
HSL15.25º89.39%74.12%-
HSV(B)15.25º47.58%97.25%-
XYZ55.3146.7127.22-
YUV182.8998.15174.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.10%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=46.10%
G=29.74%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816013000.350.480.0315.2589.3974.12
HexF8A082023303f594a
Octal37024020204360317131112
Binary111110001010000010000010010001111000011111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A082; }

 p { color: rgb(248,160,130); }

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

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

 a { background-color: rgb(248,160,130); }

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

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

 span { border-color: rgb(248,160,130); }

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