#F29371

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

Shades of Dark Salmon #F29371

Tints of Dark Salmon #F29371

Color information

#F29371 (or 0xF29371) is unknown color: approx Dark Salmon. HEX triplet: F2, 93 and 71. RGB value is (242,147,113). Sum of RGB (Red+Green+Blue) = 242+147+113=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F29371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29371 is #0D6C8E. Grayscale: #ABABAB. Windows color (decimal): -879759 or 7443442. OLE color: 7443442.

HSL color Cylindrical-coordinate representation of color #F29371: hue angle of 15.81º 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 #F29371 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242147113-
CMYK00.390.530.05
HSL15.81º83.23%69.61%-
HSV(B)15.81º53.31%94.9%-
XYZ50.0340.9420.89-
YUV171.5394.97178.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=48.21%
G=29.28%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214711300.390.530.0515.8183.2369.61
HexF29371027355105346
Octal36222316104765520123106
Binary1111001010010011111000101001111101011011000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29371; }

 p { color: rgb(242,147,113); }

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

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

 a { background-color: rgb(242,147,113); }

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

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

 span { border-color: rgb(242,147,113); }

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