#F86E58

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

Shades of Bittersweet #F86E58

Tints of Bittersweet #F86E58

Color information

#F86E58 (or 0xF86E58) is unknown color: approx Bittersweet. HEX triplet: F8, 6E and 58. RGB value is (248,110,88). Sum of RGB (Red+Green+Blue) = 248+110+88=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E58 is #0791A7. Grayscale: #949494. Windows color (decimal): -496040 or 5795576. OLE color: 5795576.

HSL color Cylindrical-coordinate representation of color #F86E58: hue angle of 8.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F86E58 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB24811088-
CMYK00.560.650.03
HSL8.25º91.95%65.88%-
HSV(B)8.25º64.52%97.25%-
XYZ46.0531.8112.95-
YUV148.7593.72198.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 88 (34.77% from 255) = 19.73%
R=55.61%
G=24.66%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481108800.560.650.038.2591.9565.88
HexF86E5803841385c42
Octal370156130070101310134102
Binary11111000110111010110000111000100000111100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86E58; }

 p { color: rgb(248,110,88); }

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

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

 a { background-color: rgb(248,110,88); }

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

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

 span { border-color: rgb(248,110,88); }

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