#F59078

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

Shades of Dark Salmon #F59078

Tints of Dark Salmon #F59078

Color information

#F59078 (or 0xF59078) is unknown color: approx Dark Salmon. HEX triplet: F5, 90 and 78. RGB value is (245,144,120). Sum of RGB (Red+Green+Blue) = 245+144+120=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F59078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59078 is #0A6F87. Grayscale: #ABABAB. Windows color (decimal): -683912 or 7901429. OLE color: 7901429.

HSL color Cylindrical-coordinate representation of color #F59078: hue angle of 11.52º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F59078 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245144120-
CMYK00.410.510.04
HSL11.52º86.21%71.57%-
HSV(B)11.52º51.02%96.08%-
XYZ51.0240.7222.94-
YUV171.4698.96180.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.13%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 120 (47.27% from 255) = 23.58%
R=48.13%
G=28.29%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514412000.410.510.0411.5286.2171.57
HexF59078029334c5648
Octal36522017005163414126110
Binary111101011001000011110000101001110011100110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59078; }

 p { color: rgb(245,144,120); }

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

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

 a { background-color: rgb(245,144,120); }

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

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

 span { border-color: rgb(245,144,120); }

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