#F19871

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

Shades of Dark Salmon #F19871

Tints of Dark Salmon #F19871

Color information

#F19871 (or 0xF19871) is unknown color: approx Dark Salmon. HEX triplet: F1, 98 and 71. RGB value is (241,152,113). Sum of RGB (Red+Green+Blue) = 241+152+113=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F19871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19871 is #0E678E. Grayscale: #AEAEAE. Windows color (decimal): -944015 or 7444721. OLE color: 7444721.

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

Color convert

RGB241152113-
CMYK00.370.530.05
HSL18.28º82.05%69.41%-
HSV(B)18.28º53.11%94.51%-
XYZ50.4842.3521.14-
YUV174.1693.49175.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 113 (44.53% from 255) = 22.33%
R=47.63%
G=30.04%
B=22.33%

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
Decimal24115211300.370.530.0518.2882.0569.41
HexF19871025355125245
Octal36123016104565522122105
Binary1111000110011000111000101001011101011011001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19871; }

 p { color: rgb(241,152,113); }

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

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

 a { background-color: rgb(241,152,113); }

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

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

 span { border-color: rgb(241,152,113); }

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