#F86F5C

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

Shades of Bittersweet #F86F5C

Tints of Bittersweet #F86F5C

Color information

#F86F5C (or 0xF86F5C) is unknown color: approx Bittersweet. HEX triplet: F8, 6F and 5C. RGB value is (248,111,92). Sum of RGB (Red+Green+Blue) = 248+111+92=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F5C is #0790A3. Grayscale: #969696. Windows color (decimal): -495780 or 6057976. OLE color: 6057976.

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

Color convert

RGB24811192-
CMYK00.550.630.03
HSL7.31º91.76%66.67%-
HSV(B)7.31º62.9%97.25%-
XYZ46.3332.113.88-
YUV149.895.39198.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.99%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=54.99%
G=24.61%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481119200.550.630.037.3191.7666.67
HexF86F5C0373F375c43
Octal3701571340677737134103
Binary111110001101111101110001101111111111111110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F5C; }

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

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

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

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

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

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

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

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