#F8725C

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

Shades of Bittersweet #F8725C

Tints of Bittersweet #F8725C

Color information

#F8725C (or 0xF8725C) is unknown color: approx Bittersweet. HEX triplet: F8, 72 and 5C. RGB value is (248,114,92). Sum of RGB (Red+Green+Blue) = 248+114+92=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8725C is #078DA3. Grayscale: #979797. Windows color (decimal): -495012 or 6058744. OLE color: 6058744.

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

Color convert

RGB24811492-
CMYK00.540.630.03
HSL8.46º91.76%66.67%-
HSV(B)8.46º62.9%97.25%-
XYZ46.6632.7613.99-
YUV151.5694.39196.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.63%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 92 (36.33% from 255) = 20.26%
R=54.63%
G=25.11%
B=20.26%

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
Decimal2481149200.540.630.038.4691.7666.67
HexF8725C0363F385c43
Octal37016213406677310134103
Binary1111100011100101011100011011011111111100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8725C; }

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

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

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

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

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

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

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

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