Shades of Bittersweet #F37A5F
Tints of Bittersweet #F37A5F
RGB
CMYK
RGB Variations
Color information
#F37A5F (or 0xF37A5F) is known color: Bittersweet. HEX triplet: F3, 7A and 5F. RGB value is (243,122,95). Sum of RGB (Red+Green+Blue) = 243+122+95=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37A5F is #0C85A0. Grayscale: #9B9B9B. Windows color (decimal): -820641 or 6257395. OLE color: 6257395.
HSL color Cylindrical-coordinate representation of color #F37A5F: hue angle of 10.95º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F37A5F is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 95 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.05 |
| HSL | 10.95º | 0.86% | 0.66% | - |
| HSV(B) | 10.95º | 0.61% | 0.95% | - |
| XYZ | 45.99 | 33.8 | 14.93 | - |
| YUV | 155.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 95 | 0 | 0.50 | 0.61 | 0.05 | 10.95 | 0.86 | 0.66 |
| Hex | F3 | 7A | 5F | 0 | 32 | 3D | 5 | B | 56 | 42 |
| Octal | 363 | 172 | 137 | 0 | 62 | 75 | 5 | 13 | 126 | 102 |
| Binary | 11110011 | 1111010 | 1011111 | 0 | 110010 | 111101 | 101 | 1011 | 1010110 | 1000010 |
Color Harmonies of #F37A5F
Complementary color
Monochromatic Colors of #F37A5F
Black with #F37A5F
Text Example
Text Example
White with #F37A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A5F; }
p { color: rgb(243,122,95); }
H1.HeaderClassName
{
color: #F37A5F;
}
.AnyTagClassName
{
color: #F37A5F;
}
</style>
background-color css
<style>
a { background-color: #F37A5F; }
a { background-color: rgb(243,122,95); }
div.DivClassName
{
background-color: #F37A5F;
}
.BgClassName
{
background-color: #F37A5F;
}
</style>
border-color css
<style>
span { border-color: #F37A5F; }
span { border-color: rgb(243,122,95); }
td.TdClassName
{
border-color: #F37A5F;
}
.TagClassName
{
border-color: #F37A5F;
}
</style>