#F88167

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

Shades of Salmon #F88167

Tints of Salmon #F88167

Color information

#F88167 (or 0xF88167) is unknown color: approx Salmon. HEX triplet: F8, 81 and 67. RGB value is (248,129,103). Sum of RGB (Red+Green+Blue) = 248+129+103=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F88167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88167 is #077E98. Grayscale: #A1A1A1. Windows color (decimal): -491161 or 6783480. OLE color: 6783480.

HSL color Cylindrical-coordinate representation of color #F88167: hue angle of 10.76º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F88167 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB248129103-
CMYK00.480.580.03
HSL10.76º91.19%68.82%-
HSV(B)10.76º58.47%97.25%-
XYZ49.0136.6417.32-
YUV161.6294.92189.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.67%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=51.67%
G=26.88%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812910300.480.580.0310.7691.1968.82
HexF881670303A3b5b45
Octal37020114706072313133105
Binary11111000100000011100111011000011101011101110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88167; }

 p { color: rgb(248,129,103); }

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

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

 a { background-color: rgb(248,129,103); }

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

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

 span { border-color: rgb(248,129,103); }

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