#F8725B

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

Shades of Bittersweet #F8725B

Tints of Bittersweet #F8725B

Color information

#F8725B (or 0xF8725B) is unknown color: approx Bittersweet. HEX triplet: F8, 72 and 5B. RGB value is (248,114,91). Sum of RGB (Red+Green+Blue) = 248+114+91=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8725B is #078DA4. Grayscale: #979797. Windows color (decimal): -495013 or 5993208. OLE color: 5993208.

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

Color convert

RGB24811491-
CMYK00.540.630.03
HSL8.79º91.81%66.47%-
HSV(B)8.79º63.31%97.25%-
XYZ46.6232.7513.76-
YUV151.4493.89196.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 91 (35.94% from 255) = 20.09%
R=54.75%
G=25.17%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481149100.540.630.038.7991.8166.47
HexF8725B0363F395c42
Octal37016213306677311134102
Binary1111100011100101011011011011011111111100110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8725B; }

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

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

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

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

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

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

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

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