#f4917b

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

Shades of Dark Salmon #F4917B

Tints of Dark Salmon #F4917B

Color information

#F4917B (or 0xF4917B) is unknown color: approx Dark Salmon. HEX triplet: F4, 91 and 7B. RGB value is (244,145,123). Sum of RGB (Red+Green+Blue) = 244+145+123=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4917B is #0B6E84. Grayscale: #ACACAC. Windows color (decimal): -749189 or 8098292. OLE color: 8098292.

HSL color Cylindrical-coordinate representation of color #F4917B: hue angle of 10.91º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4917B is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB244145123-
CMYK00.410.500.04
HSL10.91º84.62%71.96%-
HSV(B)10.91º49.59%95.69%-
XYZ51.0140.9123.95-
YUV172.09100.3179.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.66%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=47.66%
G=28.32%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414512300.410.500.0410.9184.6271.96
HexF4917B029324b5548
Octal36422117305162413125110
Binary111101001001000111110110101001110010100101110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4917b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4917b; }

 p { color: rgb(244,145,123); }

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

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

 a { background-color: rgb(244,145,123); }

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

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

 span { border-color: rgb(244,145,123); }

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