#F8705B

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

Shades of Bittersweet #F8705B

Tints of Bittersweet #F8705B

Color information

#F8705B (or 0xF8705B) is unknown color: approx Bittersweet. HEX triplet: F8, 70 and 5B. RGB value is (248,112,91). Sum of RGB (Red+Green+Blue) = 248+112+91=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F8705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8705B is #078FA4. Grayscale: #969696. Windows color (decimal): -495525 or 5992696. OLE color: 5992696.

HSL color Cylindrical-coordinate representation of color #F8705B: hue angle of 8.03º 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 #F8705B is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24811291-
CMYK00.550.630.03
HSL8.03º91.81%66.47%-
HSV(B)8.03º63.31%97.25%-
XYZ46.3932.313.69-
YUV150.2794.56197.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.99%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 91 (35.94% from 255) = 20.18%
R=54.99%
G=24.83%
B=20.18%

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
Decimal2481129100.550.630.038.0391.8166.47
HexF8705B0373F385c42
Octal37016013306777310134102
Binary1111100011100001011011011011111111111100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8705B; }

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

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

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

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

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

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

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

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