Shades of Bittersweet #F36256
Tints of Bittersweet #F36256
RGB
CMYK
RGB Variations
Color information
#F36256 (or 0xF36256) is known color: Bittersweet. HEX triplet: F3, 62 and 56. RGB value is (243,98,86). Sum of RGB (Red+Green+Blue) = 243+98+86=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F36256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36256 is #0C9DA9. Grayscale: #8C8C8C. Windows color (decimal): -826794 or 5661427. OLE color: 5661427.
HSL color Cylindrical-coordinate representation of color #F36256: hue angle of 4.59º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F36256 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 86 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.05 |
| HSL | 4.59º | 0.87% | 0.65% | - |
| HSV(B) | 4.59º | 0.65% | 0.95% | - |
| XYZ | 43.01 | 28.46 | 12.03 | - |
| YUV | 139.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 86 | 0 | 0.60 | 0.65 | 0.05 | 4.59 | 0.87 | 0.65 |
| Hex | F3 | 62 | 56 | 0 | 3C | 41 | 5 | 5 | 57 | 41 |
| Octal | 363 | 142 | 126 | 0 | 74 | 101 | 5 | 5 | 127 | 101 |
| Binary | 11110011 | 1100010 | 1010110 | 0 | 111100 | 1000001 | 101 | 101 | 1010111 | 1000001 |
Color Harmonies of #F36256
Complementary color
Monochromatic Colors of #F36256
Black with #F36256
Text Example
Text Example
White with #F36256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36256; }
p { color: rgb(243,98,86); }
H1.HeaderClassName
{
color: #F36256;
}
.AnyTagClassName
{
color: #F36256;
}
</style>
background-color css
<style>
a { background-color: #F36256; }
a { background-color: rgb(243,98,86); }
div.DivClassName
{
background-color: #F36256;
}
.BgClassName
{
background-color: #F36256;
}
</style>
border-color css
<style>
span { border-color: #F36256; }
span { border-color: rgb(243,98,86); }
td.TdClassName
{
border-color: #F36256;
}
.TagClassName
{
border-color: #F36256;
}
</style>