#F86C54

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

Shades of Bittersweet #F86C54

Tints of Bittersweet #F86C54

Color information

#F86C54 (or 0xF86C54) is unknown color: approx Bittersweet. HEX triplet: F8, 6C and 54. RGB value is (248,108,84). Sum of RGB (Red+Green+Blue) = 248+108+84=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C54 is #0793AB. Grayscale: #939393. Windows color (decimal): -496556 or 5532920. OLE color: 5532920.

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

Color convert

RGB24810884-
CMYK00.560.660.03
HSL8.78º92.13%65.1%-
HSV(B)8.78º66.13%97.25%-
XYZ45.6731.3212.03-
YUV147.1292.38199.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.36%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=56.36%
G=24.55%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481088400.560.660.038.7892.1365.1
HexF86C5403842395c41
Octal370154124070102311134101
Binary11111000110110010101000111000100001011100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86C54; }

 p { color: rgb(248,108,84); }

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

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

 a { background-color: rgb(248,108,84); }

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

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

 span { border-color: rgb(248,108,84); }

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