#F08265

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

Shades of Salmon #F08265

Tints of Salmon #F08265

Color information

#F08265 (or 0xF08265) is unknown color: approx Salmon. HEX triplet: F0, 82 and 65. RGB value is (240,130,101). Sum of RGB (Red+Green+Blue) = 240+130+101=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F08265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08265 is #0F7D9A. Grayscale: #9F9F9F. Windows color (decimal): -1015195 or 6652656. OLE color: 6652656.

HSL color Cylindrical-coordinate representation of color #F08265: hue angle of 12.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08265 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB240130101-
CMYK00.460.580.06
HSL12.52º82.25%66.86%-
HSV(B)12.52º57.92%94.12%-
XYZ46.2735.4316.71-
YUV159.5894.94185.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=50.96%
G=27.60%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013010100.460.580.0612.5282.2566.86
HexF0826502E3A6d5243
Octal36020214505672615122103
Binary111100001000001011001010101110111010110110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08265; }

 p { color: rgb(240,130,101); }

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

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

 a { background-color: rgb(240,130,101); }

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

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

 span { border-color: rgb(240,130,101); }

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