#F8A882

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

Shades of Light Salmon #F8A882

Tints of Light Salmon #F8A882

Color information

#F8A882 (or 0xF8A882) is unknown color: approx Light Salmon. HEX triplet: F8, A8 and 82. RGB value is (248,168,130). Sum of RGB (Red+Green+Blue) = 248+168+130=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A882 is #07577D. Grayscale: #BBBBBB. Windows color (decimal): -481150 or 8562936. OLE color: 8562936.

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

Color convert

RGB248168130-
CMYK00.320.480.03
HSL19.32º89.39%74.12%-
HSV(B)19.32º47.58%97.25%-
XYZ56.7449.5727.7-
YUV187.5995.5171.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=45.42%
G=30.77%
B=23.81%

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
Decimal24816813000.320.480.0319.3289.3974.12
HexF8A88202030313594a
Octal37025020204060323131112
Binary1111100010101000100000100100000110000111001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A882; }

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

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

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

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

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

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

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

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