#F8A782

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

Shades of Light Salmon #F8A782

Tints of Light Salmon #F8A782

Color information

#F8A782 (or 0xF8A782) is unknown color: approx Light Salmon. HEX triplet: F8, A7 and 82. RGB value is (248,167,130). Sum of RGB (Red+Green+Blue) = 248+167+130=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A782 is #07587D. Grayscale: #BBBBBB. Windows color (decimal): -481406 or 8562680. OLE color: 8562680.

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

Color convert

RGB248167130-
CMYK00.330.480.03
HSL18.81º89.39%74.12%-
HSV(B)18.81º47.58%97.25%-
XYZ56.5649.2127.64-
YUV18795.84171.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.50%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 130 (51.17% from 255) = 23.85%
R=45.50%
G=30.64%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816713000.330.480.0318.8189.3974.12
HexF8A78202130313594a
Octal37024720204160323131112
Binary1111100010100111100000100100001110000111001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A782; }

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

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

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

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

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

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

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

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