#F8A07D

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

Shades of Light Salmon #F8A07D

Tints of Light Salmon #F8A07D

Color information

#F8A07D (or 0xF8A07D) is unknown color: approx Light Salmon. HEX triplet: F8, A0 and 7D. RGB value is (248,160,125). Sum of RGB (Red+Green+Blue) = 248+160+125=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A07D is #075F82. Grayscale: #B6B6B6. Windows color (decimal): -483203 or 8233208. OLE color: 8233208.

HSL color Cylindrical-coordinate representation of color #F8A07D: hue angle of 17.07º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8A07D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248160125-
CMYK00.350.500.03
HSL17.07º89.78%73.14%-
HSV(B)17.07º49.6%97.25%-
XYZ54.9846.5825.49-
YUV182.3295.65174.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.53%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=46.53%
G=30.02%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816012500.350.500.0317.0789.7873.14
HexF8A07D023323115a49
Octal37024017504362321132111
Binary111110001010000011111010100011110010111000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A07D; }

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

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

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

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

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

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

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

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