#F29972

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

Shades of Dark Salmon #F29972

Tints of Dark Salmon #F29972

Color information

#F29972 (or 0xF29972) is unknown color: approx Dark Salmon. HEX triplet: F2, 99 and 72. RGB value is (242,153,114). Sum of RGB (Red+Green+Blue) = 242+153+114=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29972 is #0D668D. Grayscale: #AFAFAF. Windows color (decimal): -878222 or 7510514. OLE color: 7510514.

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

Color convert

RGB242153114-
CMYK00.370.530.05
HSL18.28º83.12%69.8%-
HSV(B)18.28º52.89%94.9%-
XYZ51.0542.8721.5-
YUV175.1693.49175.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=47.54%
G=30.06%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215311400.370.530.0518.2883.1269.8
HexF29972025355125346
Octal36223116204565522123106
Binary1111001010011001111001001001011101011011001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29972; }

 p { color: rgb(242,153,114); }

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

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

 a { background-color: rgb(242,153,114); }

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

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

 span { border-color: rgb(242,153,114); }

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