#F86C61

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

Shades of Bittersweet #F86C61

Tints of Bittersweet #F86C61

Color information

#F86C61 (or 0xF86C61) is unknown color: approx Bittersweet. HEX triplet: F8, 6C and 61. RGB value is (248,108,97). Sum of RGB (Red+Green+Blue) = 248+108+97=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C61 is #07939E. Grayscale: #949494. Windows color (decimal): -496543 or 6384888. OLE color: 6384888.

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

Color convert

RGB24810897-
CMYK00.560.610.03
HSL4.37º91.52%67.65%-
HSV(B)4.37º60.89%97.25%-
XYZ46.2331.5414.96-
YUV148.6198.88198.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=54.75%
G=23.84%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481089700.560.610.034.3791.5267.65
HexF86C610383D345c44
Octal3701541410707534134104
Binary111110001101100110000101110001111011110010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86C61; }

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

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

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

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

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

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

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

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