#F8816C

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

Shades of Salmon #F8816C

Tints of Salmon #F8816C

Color information

#F8816C (or 0xF8816C) is unknown color: approx Salmon. HEX triplet: F8, 81 and 6C. RGB value is (248,129,108). Sum of RGB (Red+Green+Blue) = 248+129+108=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8816C is #077E93. Grayscale: #A2A2A2. Windows color (decimal): -491156 or 7111160. OLE color: 7111160.

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

Color convert

RGB248129108-
CMYK00.480.560.03
HSL90.91%69.8%-
HSV(B)56.45%97.25%-
XYZ49.2736.7418.68-
YUV162.1997.42189.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.13%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=51.13%
G=26.60%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812910800.480.560.03990.9169.8
HexF8816C03038395b46
Octal37020115406070311133106
Binary11111000100000011101100011000011100011100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8816C; }

 p { color: rgb(248,129,108); }

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

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

 a { background-color: rgb(248,129,108); }

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

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

 span { border-color: rgb(248,129,108); }

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