#F09B7F

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

Shades of Dark Salmon #F09B7F

Tints of Dark Salmon #F09B7F

Color information

#F09B7F (or 0xF09B7F) is unknown color: approx Dark Salmon. HEX triplet: F0, 9B and 7F. RGB value is (240,155,127). Sum of RGB (Red+Green+Blue) = 240+155+127=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B7F is #0F6480. Grayscale: #B1B1B1. Windows color (decimal): -1008769 or 8362992. OLE color: 8362992.

HSL color Cylindrical-coordinate representation of color #F09B7F: hue angle of 14.87º 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 #F09B7F is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240155127-
CMYK00.350.470.06
HSL14.87º79.02%71.96%-
HSV(B)14.87º47.08%94.12%-
XYZ51.4943.525.76-
YUV177.2299.66172.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 127 (50% from 255) = 24.33%
R=45.98%
G=29.69%
B=24.33%

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
Decimal24015512700.350.470.0614.8779.0271.96
HexF09B7F0232F6f4f48
Octal36023317704357617117110
Binary111100001001101111111110100011101111110111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09B7F; }

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

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

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

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

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

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

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

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