#F88567

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

Shades of Salmon #F88567

Tints of Salmon #F88567

Color information

#F88567 (or 0xF88567) is unknown color: approx Salmon. HEX triplet: F8, 85 and 67. RGB value is (248,133,103). Sum of RGB (Red+Green+Blue) = 248+133+103=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F88567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88567 is #077A98. Grayscale: #A4A4A4. Windows color (decimal): -490137 or 6784504. OLE color: 6784504.

HSL color Cylindrical-coordinate representation of color #F88567: hue angle of 12.41º 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 #F88567 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB248133103-
CMYK00.460.580.03
HSL12.41º91.19%68.82%-
HSV(B)12.41º58.47%97.25%-
XYZ49.5537.7117.5-
YUV163.9693.6187.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.24%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=51.24%
G=27.48%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813310300.460.580.0312.4191.1968.82
HexF8856702E3A3c5b45
Octal37020514705672314133105
Binary11111000100001011100111010111011101011110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88567; }

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

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

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

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

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

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

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

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