#F4927A

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

Shades of Dark Salmon #F4927A

Tints of Dark Salmon #F4927A

Color information

#F4927A (or 0xF4927A) is unknown color: approx Dark Salmon. HEX triplet: F4, 92 and 7A. RGB value is (244,146,122). Sum of RGB (Red+Green+Blue) = 244+146+122=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4927A is #0B6D85. Grayscale: #ACACAC. Windows color (decimal): -748934 or 8033012. OLE color: 8033012.

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

Color convert

RGB244146122-
CMYK00.400.50.04
HSL11.8º84.72%71.76%-
HSV(B)11.8º50%95.69%-
XYZ51.141.223.67-
YUV172.5799.47178.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.66%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=47.66%
G=28.52%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.5
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414612200.400.50.0411.884.7271.76
HexF4927A028324c5548
Octal36422217205062414125110
Binary111101001001001011110100101000110010100110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4927A; }

 p { color: rgb(244,146,122); }

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

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

 a { background-color: rgb(244,146,122); }

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

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

 span { border-color: rgb(244,146,122); }

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