Shades of Bittersweet #F36C55
Tints of Bittersweet #F36C55
RGB
CMYK
RGB Variations
Color information
#F36C55 (or 0xF36C55) is known color: Bittersweet. HEX triplet: F3, 6C and 55. RGB value is (243,108,85). Sum of RGB (Red+Green+Blue) = 243+108+85=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36C55 is #0C93AA. Grayscale: #919191. Windows color (decimal): -824235 or 5598451. OLE color: 5598451.
HSL color Cylindrical-coordinate representation of color #F36C55: hue angle of 8.73º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F36C55 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 85 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.05 |
| HSL | 8.73º | 0.87% | 0.64% | - |
| HSV(B) | 8.73º | 0.65% | 0.95% | - |
| XYZ | 43.96 | 30.44 | 12.15 | - |
| YUV | 145.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 85 | 0 | 0.56 | 0.65 | 0.05 | 8.73 | 0.87 | 0.64 |
| Hex | F3 | 6C | 55 | 0 | 38 | 41 | 5 | 9 | 57 | 40 |
| Octal | 363 | 154 | 125 | 0 | 70 | 101 | 5 | 11 | 127 | 100 |
| Binary | 11110011 | 1101100 | 1010101 | 0 | 111000 | 1000001 | 101 | 1001 | 1010111 | 1000000 |
Color Harmonies of #F36C55
Complementary color
Monochromatic Colors of #F36C55
Black with #F36C55
Text Example
Text Example
White with #F36C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C55; }
p { color: rgb(243,108,85); }
H1.HeaderClassName
{
color: #F36C55;
}
.AnyTagClassName
{
color: #F36C55;
}
</style>
background-color css
<style>
a { background-color: #F36C55; }
a { background-color: rgb(243,108,85); }
div.DivClassName
{
background-color: #F36C55;
}
.BgClassName
{
background-color: #F36C55;
}
</style>
border-color css
<style>
span { border-color: #F36C55; }
span { border-color: rgb(243,108,85); }
td.TdClassName
{
border-color: #F36C55;
}
.TagClassName
{
border-color: #F36C55;
}
</style>