Shades of Bittersweet #F8655B
Tints of Bittersweet #F8655B
RGB
CMYK
RGB Variations
Color information
#F8655B (or 0xF8655B) is known color: Bittersweet. HEX triplet: F8, 65 and 5B. RGB value is (248,101,91). Sum of RGB (Red+Green+Blue) = 248+101+91=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8655B is #079AA4. Grayscale: #8F8F8F. Windows color (decimal): -498341 or 5989880. OLE color: 5989880.
HSL color Cylindrical-coordinate representation of color #F8655B: hue angle of 3.82º 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 #F8655B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 91 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.03 |
| HSL | 3.82º | 0.92% | 0.66% | - |
| HSV(B) | 3.82º | 0.63% | 0.97% | - |
| XYZ | 45.25 | 30.02 | 13.31 | - |
| YUV | 143.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 91 | 0 | 0.59 | 0.63 | 0.03 | 3.82 | 0.92 | 0.66 |
| Hex | F8 | 65 | 5B | 0 | 3B | 3F | 3 | 4 | 5C | 42 |
| Octal | 370 | 145 | 133 | 0 | 73 | 77 | 3 | 4 | 134 | 102 |
| Binary | 11111000 | 1100101 | 1011011 | 0 | 111011 | 111111 | 11 | 100 | 1011100 | 1000010 |
Color Harmonies of #F8655B
Complementary color
Monochromatic Colors of #F8655B
Black with #F8655B
Text Example
Text Example
White with #F8655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8655B; }
p { color: rgb(248,101,91); }
H1.HeaderClassName
{
color: #F8655B;
}
.AnyTagClassName
{
color: #F8655B;
}
</style>
background-color css
<style>
a { background-color: #F8655B; }
a { background-color: rgb(248,101,91); }
div.DivClassName
{
background-color: #F8655B;
}
.BgClassName
{
background-color: #F8655B;
}
</style>
border-color css
<style>
span { border-color: #F8655B; }
span { border-color: rgb(248,101,91); }
td.TdClassName
{
border-color: #F8655B;
}
.TagClassName
{
border-color: #F8655B;
}
</style>