#F86C5B

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

Shades of Bittersweet #F86C5B

Tints of Bittersweet #F86C5B

Color information

#F86C5B (or 0xF86C5B) is unknown color: approx Bittersweet. HEX triplet: F8, 6C and 5B. RGB value is (248,108,91). Sum of RGB (Red+Green+Blue) = 248+108+91=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C5B is #0793A4. Grayscale: #949494. Windows color (decimal): -496549 or 5991672. OLE color: 5991672.

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

Color convert

RGB24810891-
CMYK00.560.630.03
HSL6.5º91.81%66.47%-
HSV(B)6.5º63.31%97.25%-
XYZ45.9631.4413.54-
YUV147.9295.88199.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.48%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=55.48%
G=24.16%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481089100.560.630.036.591.8166.47
HexF86C5B0383F365c42
Octal3701541330707736134102
Binary111110001101100101101101110001111111111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86C5B; }

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

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

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

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

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

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

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

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