#f29874

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

Shades of Dark Salmon #F29874

Tints of Dark Salmon #F29874

Color information

#F29874 (or 0xF29874) is unknown color: approx Dark Salmon. HEX triplet: F2, 98 and 74. RGB value is (242,152,116). Sum of RGB (Red+Green+Blue) = 242+152+116=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F29874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29874 is #0D678B. Grayscale: #AFAFAF. Windows color (decimal): -878476 or 7641330. OLE color: 7641330.

HSL color Cylindrical-coordinate representation of color #F29874: hue angle of 17.14º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29874 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242152116-
CMYK00.370.520.05
HSL17.14º82.89%70.2%-
HSV(B)17.14º52.07%94.9%-
XYZ5142.5922.06-
YUV174.8194.82175.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.45%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=47.45%
G=29.80%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215211600.370.520.0517.1482.8970.2
HexF29874025345115346
Octal36223016404564521123106
Binary1111001010011000111010001001011101001011000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29874; }

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

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

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

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

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

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

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

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