Shades of Burnt Orange #F37A30
Tints of Burnt Orange #F37A30
RGB
CMYK
RGB Variations
Color information
#F37A30 (or 0xF37A30) is known color: Burnt Orange. HEX triplet: F3, 7A and 30. RGB value is (243,122,48). Sum of RGB (Red+Green+Blue) = 243+122+48=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37A30 is #0C85CF. Grayscale: #969696. Windows color (decimal): -820688 or 3177203. OLE color: 3177203.
HSL color Cylindrical-coordinate representation of color #F37A30: hue angle of 22.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F37A30 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 48 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.05 |
| HSL | 22.77º | 0.89% | 0.57% | - |
| HSV(B) | 22.77º | 0.8% | 0.95% | - |
| XYZ | 44.46 | 33.19 | 6.86 | - |
| YUV | 149.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 48 | 0 | 0.50 | 0.80 | 0.05 | 22.77 | 0.89 | 0.57 |
| Hex | F3 | 7A | 30 | 0 | 32 | 50 | 5 | 17 | 59 | 39 |
| Octal | 363 | 172 | 60 | 0 | 62 | 120 | 5 | 27 | 131 | 71 |
| Binary | 11110011 | 1111010 | 110000 | 0 | 110010 | 1010000 | 101 | 10111 | 1011001 | 111001 |
Color Harmonies of #F37A30
Complementary color
Monochromatic Colors of #F37A30
Black with #F37A30
Text Example
Text Example
White with #F37A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A30; }
p { color: rgb(243,122,48); }
H1.HeaderClassName
{
color: #F37A30;
}
.AnyTagClassName
{
color: #F37A30;
}
</style>
background-color css
<style>
a { background-color: #F37A30; }
a { background-color: rgb(243,122,48); }
div.DivClassName
{
background-color: #F37A30;
}
.BgClassName
{
background-color: #F37A30;
}
</style>
border-color css
<style>
span { border-color: #F37A30; }
span { border-color: rgb(243,122,48); }
td.TdClassName
{
border-color: #F37A30;
}
.TagClassName
{
border-color: #F37A30;
}
</style>