#f08372

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

Shades of Salmon #F08372

Tints of Salmon #F08372

Color information

#F08372 (or 0xF08372) is unknown color: approx Salmon. HEX triplet: F0, 83 and 72. RGB value is (240,131,114). Sum of RGB (Red+Green+Blue) = 240+131+114=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F08372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08372 is #0F7C8D. Grayscale: #A1A1A1. Windows color (decimal): -1014926 or 7504880. OLE color: 7504880.

HSL color Cylindrical-coordinate representation of color #F08372: hue angle of 8.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08372 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240131114-
CMYK00.450.520.06
HSL8.1º80.77%69.41%-
HSV(B)8.1º52.5%94.12%-
XYZ47.0935.9720.38-
YUV161.65101.11183.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.48%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=49.48%
G=27.01%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013111400.450.520.068.180.7769.41
HexF0837202D34685145
Octal36020316205564610121105
Binary111100001000001111100100101101110100110100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08372; }

 p { color: rgb(240,131,114); }

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

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

 a { background-color: rgb(240,131,114); }

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

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

 span { border-color: rgb(240,131,114); }

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