Shades of Burnt Orange #F67227
Tints of Burnt Orange #F67227
RGB
CMYK
RGB Variations
Color information
#F67227 (or 0xF67227) is known color: Burnt Orange. HEX triplet: F6, 72 and 27. RGB value is (246,114,39). Sum of RGB (Red+Green+Blue) = 246+114+39=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F67227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67227 is #098DD8. Grayscale: #919191. Windows color (decimal): -626137 or 2585334. OLE color: 2585334.
HSL color Cylindrical-coordinate representation of color #F67227: hue angle of 21.74º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F67227 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 39 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.04 |
| HSL | 21.74º | 0.92% | 0.56% | - |
| HSV(B) | 21.74º | 0.84% | 0.96% | - |
| XYZ | 44.39 | 31.77 | 5.71 | - |
| YUV | 144.92 | 68.23 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 39 | 0 | 0.54 | 0.84 | 0.04 | 21.74 | 0.92 | 0.56 |
| Hex | F6 | 72 | 27 | 0 | 36 | 54 | 4 | 16 | 5C | 38 |
| Octal | 366 | 162 | 47 | 0 | 66 | 124 | 4 | 26 | 134 | 70 |
| Binary | 11110110 | 1110010 | 100111 | 0 | 110110 | 1010100 | 100 | 10110 | 1011100 | 111000 |
Color Harmonies of #F67227
Complementary color
Monochromatic Colors of #F67227
Black with #F67227
Text Example
Text Example
White with #F67227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67227; }
p { color: rgb(246,114,39); }
H1.HeaderClassName
{
color: #F67227;
}
.AnyTagClassName
{
color: #F67227;
}
</style>
background-color css
<style>
a { background-color: #F67227; }
a { background-color: rgb(246,114,39); }
div.DivClassName
{
background-color: #F67227;
}
.BgClassName
{
background-color: #F67227;
}
</style>
border-color css
<style>
span { border-color: #F67227; }
span { border-color: rgb(246,114,39); }
td.TdClassName
{
border-color: #F67227;
}
.TagClassName
{
border-color: #F67227;
}
</style>