#F59874

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

Shades of Dark Salmon #F59874

Tints of Dark Salmon #F59874

Color information

#F59874 (or 0xF59874) is unknown color: approx Dark Salmon. HEX triplet: F5, 98 and 74. RGB value is (245,152,116). Sum of RGB (Red+Green+Blue) = 245+152+116=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F59874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59874 is #0A678B. Grayscale: #AFAFAF. Windows color (decimal): -681868 or 7641333. OLE color: 7641333.

HSL color Cylindrical-coordinate representation of color #F59874: hue angle of 16.74º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F59874 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245152116-
CMYK00.380.530.04
HSL16.74º86.58%70.78%-
HSV(B)16.74º52.65%96.08%-
XYZ52.0443.1322.11-
YUV175.794.31177.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 116 (45.70% from 255) = 22.61%
R=47.76%
G=29.63%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515211600.380.530.0416.7486.5870.78
HexF59874026354115747
Octal36523016404665421127107
Binary1111010110011000111010001001101101011001000110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59874; }

 p { color: rgb(245,152,116); }

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

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

 a { background-color: rgb(245,152,116); }

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

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

 span { border-color: rgb(245,152,116); }

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