#F8706D

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

Shades of Bittersweet #F8706D

Tints of Bittersweet #F8706D

Color information

#F8706D (or 0xF8706D) is unknown color: approx Bittersweet. HEX triplet: F8, 70 and 6D. RGB value is (248,112,109). Sum of RGB (Red+Green+Blue) = 248+112+109=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8706D is #078F92. Grayscale: #989898. Windows color (decimal): -495507 or 7172344. OLE color: 7172344.

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

Color convert

RGB248112109-
CMYK00.550.560.03
HSL1.29º90.85%70%-
HSV(B)1.29º56.05%97.25%-
XYZ47.2732.6518.28-
YUV152.32103.56196.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.88%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=52.88%
G=23.88%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811210900.550.560.031.2990.8570
HexF8706D03738315b46
Octal3701601550677031133106
Binary1111100011100001101101011011111100011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8706D; }

 p { color: rgb(248,112,109); }

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

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

 a { background-color: rgb(248,112,109); }

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

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

 span { border-color: rgb(248,112,109); }

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