#F86D57

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

Shades of Bittersweet #F86D57

Tints of Bittersweet #F86D57

Color information

#F86D57 (or 0xF86D57) is unknown color: approx Bittersweet. HEX triplet: F8, 6D and 57. RGB value is (248,109,87). Sum of RGB (Red+Green+Blue) = 248+109+87=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86D57 is #0792A8. Grayscale: #949494. Windows color (decimal): -496297 or 5729784. OLE color: 5729784.

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

Color convert

RGB24810987-
CMYK00.560.650.03
HSL8.2º92%65.69%-
HSV(B)8.2º64.92%97.25%-
XYZ45.931.5812.69-
YUV148.0593.55199.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.86%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 87 (34.38% from 255) = 19.59%
R=55.86%
G=24.55%
B=19.59%

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
Decimal2481098700.560.650.038.29265.69
HexF86D5703841385c42
Octal370155127070101310134102
Binary11111000110110110101110111000100000111100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86D57; }

 p { color: rgb(248,109,87); }

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

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

 a { background-color: rgb(248,109,87); }

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

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

 span { border-color: rgb(248,109,87); }

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