#F08274

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

Shades of Salmon #F08274

Tints of Salmon #F08274

Color information

#F08274 (or 0xF08274) is unknown color: approx Salmon. HEX triplet: F0, 82 and 74. RGB value is (240,130,116). Sum of RGB (Red+Green+Blue) = 240+130+116=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F08274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08274 is #0F7D8B. Grayscale: #A1A1A1. Windows color (decimal): -1015180 or 7635696. OLE color: 7635696.

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

Color convert

RGB240130116-
CMYK00.460.520.06
HSL6.77º80.52%69.8%-
HSV(B)6.77º51.67%94.12%-
XYZ47.0735.7520.94-
YUV161.29102.44184.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.38%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=49.38%
G=26.75%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013011600.460.520.066.7780.5269.8
HexF0827402E34675146
Octal3602021640566467121106
Binary11110000100000101110100010111011010011011110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08274; }

 p { color: rgb(240,130,116); }

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

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

 a { background-color: rgb(240,130,116); }

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

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

 span { border-color: rgb(240,130,116); }

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