#F09D7F

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

Shades of Dark Salmon #F09D7F

Tints of Dark Salmon #F09D7F

Color information

#F09D7F (or 0xF09D7F) is unknown color: approx Dark Salmon. HEX triplet: F0, 9D and 7F. RGB value is (240,157,127). Sum of RGB (Red+Green+Blue) = 240+157+127=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D7F is #0F6280. Grayscale: #B2B2B2. Windows color (decimal): -1008257 or 8363504. OLE color: 8363504.

HSL color Cylindrical-coordinate representation of color #F09D7F: hue angle of 15.93º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F09D7F is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240157127-
CMYK00.350.470.06
HSL15.93º79.02%71.96%-
HSV(B)15.93º47.08%94.12%-
XYZ51.8244.1725.87-
YUV178.499171.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 127 (50% from 255) = 24.24%
R=45.80%
G=29.96%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015712700.350.470.0615.9379.0271.96
HexF09D7F0232F6104f48
Octal36023517704357620117110
Binary1111000010011101111111101000111011111101000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09D7F; }

 p { color: rgb(240,157,127); }

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

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

 a { background-color: rgb(240,157,127); }

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

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

 span { border-color: rgb(240,157,127); }

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