Shades of Burnt Orange #F37328
Tints of Burnt Orange #F37328
RGB
CMYK
RGB Variations
Color information
#F37328 (or 0xF37328) is known color: Burnt Orange. HEX triplet: F3, 73 and 28. RGB value is (243,115,40). Sum of RGB (Red+Green+Blue) = 243+115+40=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F37328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37328 is #0C8CD7. Grayscale: #919191. Windows color (decimal): -822488 or 2651123. OLE color: 2651123.
HSL color Cylindrical-coordinate representation of color #F37328: hue angle of 22.17º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F37328 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 40 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.05 |
| HSL | 22.17º | 0.89% | 0.55% | - |
| HSV(B) | 22.17º | 0.84% | 0.95% | - |
| XYZ | 43.48 | 31.47 | 5.79 | - |
| YUV | 144.72 | 68.91 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 40 | 0 | 0.53 | 0.84 | 0.05 | 22.17 | 0.89 | 0.55 |
| Hex | F3 | 73 | 28 | 0 | 35 | 54 | 5 | 16 | 59 | 37 |
| Octal | 363 | 163 | 50 | 0 | 65 | 124 | 5 | 26 | 131 | 67 |
| Binary | 11110011 | 1110011 | 101000 | 0 | 110101 | 1010100 | 101 | 10110 | 1011001 | 110111 |
Color Harmonies of #F37328
Complementary color
Monochromatic Colors of #F37328
Black with #F37328
Text Example
Text Example
White with #F37328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37328; }
p { color: rgb(243,115,40); }
H1.HeaderClassName
{
color: #F37328;
}
.AnyTagClassName
{
color: #F37328;
}
</style>
background-color css
<style>
a { background-color: #F37328; }
a { background-color: rgb(243,115,40); }
div.DivClassName
{
background-color: #F37328;
}
.BgClassName
{
background-color: #F37328;
}
</style>
border-color css
<style>
span { border-color: #F37328; }
span { border-color: rgb(243,115,40); }
td.TdClassName
{
border-color: #F37328;
}
.TagClassName
{
border-color: #F37328;
}
</style>