Shades of Bittersweet #F8655C
Tints of Bittersweet #F8655C
RGB
CMYK
RGB Variations
Color information
#F8655C (or 0xF8655C) is known color: Bittersweet. HEX triplet: F8, 65 and 5C. RGB value is (248,101,92). Sum of RGB (Red+Green+Blue) = 248+101+92=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8655C is #079AA3. Grayscale: #909090. Windows color (decimal): -498340 or 6055416. OLE color: 6055416.
HSL color Cylindrical-coordinate representation of color #F8655C: hue angle of 3.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 #F8655C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 92 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.03 |
| HSL | 3.46º | 0.92% | 0.67% | - |
| HSV(B) | 3.46º | 0.63% | 0.97% | - |
| XYZ | 45.3 | 30.04 | 13.54 | - |
| YUV | 143.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 92 | 0 | 0.59 | 0.63 | 0.03 | 3.46 | 0.92 | 0.67 |
| Hex | F8 | 65 | 5C | 0 | 3B | 3F | 3 | 3 | 5C | 43 |
| Octal | 370 | 145 | 134 | 0 | 73 | 77 | 3 | 3 | 134 | 103 |
| Binary | 11111000 | 1100101 | 1011100 | 0 | 111011 | 111111 | 11 | 11 | 1011100 | 1000011 |
Color Harmonies of #F8655C
Complementary color
Monochromatic Colors of #F8655C
Black with #F8655C
Text Example
Text Example
White with #F8655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8655C; }
p { color: rgb(248,101,92); }
H1.HeaderClassName
{
color: #F8655C;
}
.AnyTagClassName
{
color: #F8655C;
}
</style>
background-color css
<style>
a { background-color: #F8655C; }
a { background-color: rgb(248,101,92); }
div.DivClassName
{
background-color: #F8655C;
}
.BgClassName
{
background-color: #F8655C;
}
</style>
border-color css
<style>
span { border-color: #F8655C; }
span { border-color: rgb(248,101,92); }
td.TdClassName
{
border-color: #F8655C;
}
.TagClassName
{
border-color: #F8655C;
}
</style>