#F7806C

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

Shades of Salmon #F7806C

Tints of Salmon #F7806C

Color information

#F7806C (or 0xF7806C) is unknown color: approx Salmon. HEX triplet: F7, 80 and 6C. RGB value is (247,128,108). Sum of RGB (Red+Green+Blue) = 247+128+108=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7806C is #087F93. Grayscale: #A1A1A1. Windows color (decimal): -556948 or 7110903. OLE color: 7110903.

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

Color convert

RGB247128108-
CMYK00.480.560.03
HSL8.63º89.68%69.61%-
HSV(B)8.63º56.28%96.86%-
XYZ48.7836.318.62-
YUV161.397.92189.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.14%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=51.14%
G=26.50%
B=22.36%

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
Decimal24712810800.480.560.038.6389.6869.61
HexF7806C03038395a46
Octal36720015406070311132106
Binary11110111100000001101100011000011100011100110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7806C; }

 p { color: rgb(247,128,108); }

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

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

 a { background-color: rgb(247,128,108); }

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

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

 span { border-color: rgb(247,128,108); }

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