#F86F5E

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

Shades of Bittersweet #F86F5E

Tints of Bittersweet #F86F5E

Color information

#F86F5E (or 0xF86F5E) is unknown color: approx Bittersweet. HEX triplet: F8, 6F and 5E. RGB value is (248,111,94). Sum of RGB (Red+Green+Blue) = 248+111+94=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F5E is #0790A1. Grayscale: #969696. Windows color (decimal): -495778 or 6189048. OLE color: 6189048.

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

Color convert

RGB24811194-
CMYK00.550.620.03
HSL6.62º91.67%67.06%-
HSV(B)6.62º62.1%97.25%-
XYZ46.4232.1314.35-
YUV150.0296.39197.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 94 (37.11% from 255) = 20.75%
R=54.75%
G=24.50%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481119400.550.620.036.6291.6767.06
HexF86F5E0373E375c43
Octal3701571360677637134103
Binary111110001101111101111001101111111101111110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F5E; }

 p { color: rgb(248,111,94); }

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

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

 a { background-color: rgb(248,111,94); }

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

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

 span { border-color: rgb(248,111,94); }

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