Shades of Bittersweet #F8675B
Tints of Bittersweet #F8675B
RGB
CMYK
RGB Variations
Color information
#F8675B (or 0xF8675B) is known color: Bittersweet. HEX triplet: F8, 67 and 5B. RGB value is (248,103,91). Sum of RGB (Red+Green+Blue) = 248+103+91=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8675B is #0798A4. Grayscale: #919191. Windows color (decimal): -497829 or 5990392. OLE color: 5990392.
HSL color Cylindrical-coordinate representation of color #F8675B: hue angle of 4.59º 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 #F8675B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 91 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.03 |
| HSL | 4.59º | 0.92% | 0.66% | - |
| HSV(B) | 4.59º | 0.63% | 0.97% | - |
| XYZ | 45.45 | 30.41 | 13.37 | - |
| YUV | 144.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 91 | 0 | 0.58 | 0.63 | 0.03 | 4.59 | 0.92 | 0.66 |
| Hex | F8 | 67 | 5B | 0 | 3A | 3F | 3 | 5 | 5C | 42 |
| Octal | 370 | 147 | 133 | 0 | 72 | 77 | 3 | 5 | 134 | 102 |
| Binary | 11111000 | 1100111 | 1011011 | 0 | 111010 | 111111 | 11 | 101 | 1011100 | 1000010 |
Color Harmonies of #F8675B
Complementary color
Monochromatic Colors of #F8675B
Black with #F8675B
Text Example
Text Example
White with #F8675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8675B; }
p { color: rgb(248,103,91); }
H1.HeaderClassName
{
color: #F8675B;
}
.AnyTagClassName
{
color: #F8675B;
}
</style>
background-color css
<style>
a { background-color: #F8675B; }
a { background-color: rgb(248,103,91); }
div.DivClassName
{
background-color: #F8675B;
}
.BgClassName
{
background-color: #F8675B;
}
</style>
border-color css
<style>
span { border-color: #F8675B; }
span { border-color: rgb(248,103,91); }
td.TdClassName
{
border-color: #F8675B;
}
.TagClassName
{
border-color: #F8675B;
}
</style>