#F19D7E

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

Shades of Dark Salmon #F19D7E

Tints of Dark Salmon #F19D7E

Color information

#F19D7E (or 0xF19D7E) is unknown color: approx Dark Salmon. HEX triplet: F1, 9D and 7E. RGB value is (241,157,126). Sum of RGB (Red+Green+Blue) = 241+157+126=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19D7E is #0E6281. Grayscale: #B2B2B2. Windows color (decimal): -942722 or 8297969. OLE color: 8297969.

HSL color Cylindrical-coordinate representation of color #F19D7E: hue angle of 16.17º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F19D7E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241157126-
CMYK00.350.480.05
HSL16.17º80.42%71.96%-
HSV(B)16.17º47.72%94.51%-
XYZ52.144.3225.55-
YUV178.5898.33172.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 126 (49.61% from 255) = 24.05%
R=45.99%
G=29.96%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115712600.350.480.0516.1780.4271.96
HexF19D7E023305105048
Octal36123517604360520120110
Binary1111000110011101111111001000111100001011000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D7E; }

 p { color: rgb(241,157,126); }

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

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

 a { background-color: rgb(241,157,126); }

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

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

 span { border-color: rgb(241,157,126); }

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