#F78269

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

Shades of Salmon #F78269

Tints of Salmon #F78269

Color information

#F78269 (or 0xF78269) is unknown color: approx Salmon. HEX triplet: F7, 82 and 69. RGB value is (247,130,105). Sum of RGB (Red+Green+Blue) = 247+130+105=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F78269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78269 is #087D96. Grayscale: #A2A2A2. Windows color (decimal): -556439 or 6914807. OLE color: 6914807.

HSL color Cylindrical-coordinate representation of color #F78269: hue angle of 10.56º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F78269 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247130105-
CMYK00.470.570.03
HSL10.56º89.87%69.02%-
HSV(B)10.56º57.49%96.86%-
XYZ48.8936.7617.88-
YUV162.1395.76188.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=51.24%
G=26.97%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713010500.470.570.0310.5689.8769.02
HexF7826902F393b5a45
Octal36720215105771313132105
Binary11110111100000101101001010111111100111101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78269; }

 p { color: rgb(247,130,105); }

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

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

 a { background-color: rgb(247,130,105); }

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

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

 span { border-color: rgb(247,130,105); }

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