#F8A880

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

Shades of Light Salmon #F8A880

Tints of Light Salmon #F8A880

Color information

#F8A880 (or 0xF8A880) is unknown color: approx Light Salmon. HEX triplet: F8, A8 and 80. RGB value is (248,168,128). Sum of RGB (Red+Green+Blue) = 248+168+128=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A880 is #07577F. Grayscale: #BBBBBB. Windows color (decimal): -481152 or 8431864. OLE color: 8431864.

HSL color Cylindrical-coordinate representation of color #F8A880: hue angle of 20º degrees, saturation: 0.9, 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 #F8A880 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248168128-
CMYK00.320.480.03
HSL20º89.55%73.73%-
HSV(B)20º48.39%97.25%-
XYZ56.6149.5227-
YUV187.3694.5171.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.59%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=45.59%
G=30.88%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816812800.320.480.032089.5573.73
HexF8A880020303145a4a
Octal37025020004060324132112
Binary1111100010101000100000000100000110000111010010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A880; }

 p { color: rgb(248,168,128); }

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

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

 a { background-color: rgb(248,168,128); }

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

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

 span { border-color: rgb(248,168,128); }

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