Shades of Burnt Orange #F2733B
Tints of Burnt Orange #F2733B
RGB
CMYK
RGB Variations
Color information
#F2733B (or 0xF2733B) is known color: Burnt Orange. HEX triplet: F2, 73 and 3B. RGB value is (242,115,59). Sum of RGB (Red+Green+Blue) = 242+115+59=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2733B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2733B is #0D8CC4. Grayscale: #929292. Windows color (decimal): -888005 or 3896306. OLE color: 3896306.
HSL color Cylindrical-coordinate representation of color #F2733B: hue angle of 18.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2733B is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 59 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.05 |
| HSL | 18.36º | 0.88% | 0.59% | - |
| HSV(B) | 18.36º | 0.76% | 0.95% | - |
| XYZ | 43.54 | 31.45 | 7.91 | - |
| YUV | 146.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 59 | 0 | 0.52 | 0.76 | 0.05 | 18.36 | 0.88 | 0.59 |
| Hex | F2 | 73 | 3B | 0 | 34 | 4C | 5 | 12 | 58 | 3B |
| Octal | 362 | 163 | 73 | 0 | 64 | 114 | 5 | 22 | 130 | 73 |
| Binary | 11110010 | 1110011 | 111011 | 0 | 110100 | 1001100 | 101 | 10010 | 1011000 | 111011 |
Color Harmonies of #F2733B
Complementary color
Monochromatic Colors of #F2733B
Black with #F2733B
Text Example
Text Example
White with #F2733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2733B; }
p { color: rgb(242,115,59); }
H1.HeaderClassName
{
color: #F2733B;
}
.AnyTagClassName
{
color: #F2733B;
}
</style>
background-color css
<style>
a { background-color: #F2733B; }
a { background-color: rgb(242,115,59); }
div.DivClassName
{
background-color: #F2733B;
}
.BgClassName
{
background-color: #F2733B;
}
</style>
border-color css
<style>
span { border-color: #F2733B; }
span { border-color: rgb(242,115,59); }
td.TdClassName
{
border-color: #F2733B;
}
.TagClassName
{
border-color: #F2733B;
}
</style>