Shades of Burnt Orange #F27333
Tints of Burnt Orange #F27333
RGB
CMYK
RGB Variations
Color information
#F27333 (or 0xF27333) is known color: Burnt Orange. HEX triplet: F2, 73 and 33. RGB value is (242,115,51). Sum of RGB (Red+Green+Blue) = 242+115+51=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F27333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27333 is #0D8CCC. Grayscale: #929292. Windows color (decimal): -888013 or 3372018. OLE color: 3372018.
HSL color Cylindrical-coordinate representation of color #F27333: hue angle of 20.1º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F27333 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 51 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.05 |
| HSL | 20.1º | 0.88% | 0.57% | - |
| HSV(B) | 20.1º | 0.79% | 0.95% | - |
| XYZ | 43.35 | 31.38 | 6.9 | - |
| YUV | 145.68 | 74.58 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 51 | 0 | 0.52 | 0.79 | 0.05 | 20.1 | 0.88 | 0.57 |
| Hex | F2 | 73 | 33 | 0 | 34 | 4F | 5 | 14 | 58 | 39 |
| Octal | 362 | 163 | 63 | 0 | 64 | 117 | 5 | 24 | 130 | 71 |
| Binary | 11110010 | 1110011 | 110011 | 0 | 110100 | 1001111 | 101 | 10100 | 1011000 | 111001 |
Color Harmonies of #F27333
Complementary color
Monochromatic Colors of #F27333
Black with #F27333
Text Example
Text Example
White with #F27333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27333; }
p { color: rgb(242,115,51); }
H1.HeaderClassName
{
color: #F27333;
}
.AnyTagClassName
{
color: #F27333;
}
</style>
background-color css
<style>
a { background-color: #F27333; }
a { background-color: rgb(242,115,51); }
div.DivClassName
{
background-color: #F27333;
}
.BgClassName
{
background-color: #F27333;
}
</style>
border-color css
<style>
span { border-color: #F27333; }
span { border-color: rgb(242,115,51); }
td.TdClassName
{
border-color: #F27333;
}
.TagClassName
{
border-color: #F27333;
}
</style>