Shades of Bittersweet #F8675F
Tints of Bittersweet #F8675F
RGB
CMYK
RGB Variations
Color information
#F8675F (or 0xF8675F) is known color: Bittersweet. HEX triplet: F8, 67 and 5F. RGB value is (248,103,95). Sum of RGB (Red+Green+Blue) = 248+103+95=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8675F is #0798A0. Grayscale: #919191. Windows color (decimal): -497825 or 6252536. OLE color: 6252536.
HSL color Cylindrical-coordinate representation of color #F8675F: hue angle of 3.14º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8675F is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 95 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.03 |
| HSL | 3.14º | 0.92% | 0.67% | - |
| HSV(B) | 3.14º | 0.62% | 0.97% | - |
| XYZ | 45.63 | 30.48 | 14.31 | - |
| YUV | 145.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 95 | 0 | 0.58 | 0.62 | 0.03 | 3.14 | 0.92 | 0.67 |
| Hex | F8 | 67 | 5F | 0 | 3A | 3E | 3 | 3 | 5C | 43 |
| Octal | 370 | 147 | 137 | 0 | 72 | 76 | 3 | 3 | 134 | 103 |
| Binary | 11111000 | 1100111 | 1011111 | 0 | 111010 | 111110 | 11 | 11 | 1011100 | 1000011 |
Color Harmonies of #F8675F
Complementary color
Monochromatic Colors of #F8675F
Black with #F8675F
Text Example
Text Example
White with #F8675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8675F; }
p { color: rgb(248,103,95); }
H1.HeaderClassName
{
color: #F8675F;
}
.AnyTagClassName
{
color: #F8675F;
}
</style>
background-color css
<style>
a { background-color: #F8675F; }
a { background-color: rgb(248,103,95); }
div.DivClassName
{
background-color: #F8675F;
}
.BgClassName
{
background-color: #F8675F;
}
</style>
border-color css
<style>
span { border-color: #F8675F; }
span { border-color: rgb(248,103,95); }
td.TdClassName
{
border-color: #F8675F;
}
.TagClassName
{
border-color: #F8675F;
}
</style>