#F4967B

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

Shades of Dark Salmon #F4967B

Tints of Dark Salmon #F4967B

Color information

#F4967B (or 0xF4967B) is unknown color: approx Dark Salmon. HEX triplet: F4, 96 and 7B. RGB value is (244,150,123). Sum of RGB (Red+Green+Blue) = 244+150+123=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F4967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4967B is #0B6984. Grayscale: #AFAFAF. Windows color (decimal): -747909 or 8099572. OLE color: 8099572.

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

Color convert

RGB244150123-
CMYK00.390.500.04
HSL13.39º84.62%71.96%-
HSV(B)13.39º49.59%95.69%-
XYZ51.7942.4824.21-
YUV175.0398.64177.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.20%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 123 (48.44% from 255) = 23.79%
R=47.20%
G=29.01%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415012300.390.500.0413.3984.6271.96
HexF4967B027324d5548
Octal36422617304762415125110
Binary111101001001011011110110100111110010100110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4967B; }

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

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

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

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

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

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

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

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