Shades of Burnt Orange #F27836
Tints of Burnt Orange #F27836
RGB
CMYK
RGB Variations
Color information
#F27836 (or 0xF27836) is known color: Burnt Orange. HEX triplet: F2, 78 and 36. RGB value is (242,120,54). Sum of RGB (Red+Green+Blue) = 242+120+54=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F27836 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27836 is #0D87C9. Grayscale: #959595. Windows color (decimal): -886730 or 3569906. OLE color: 3569906.
HSL color Cylindrical-coordinate representation of color #F27836: hue angle of 21.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F27836 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 54 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.05 |
| HSL | 21.06º | 0.88% | 0.58% | - |
| HSV(B) | 21.06º | 0.78% | 0.95% | - |
| XYZ | 44 | 32.58 | 7.46 | - |
| YUV | 148.95 | 74.42 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 54 | 0 | 0.50 | 0.78 | 0.05 | 21.06 | 0.88 | 0.58 |
| Hex | F2 | 78 | 36 | 0 | 32 | 4E | 5 | 15 | 58 | 3A |
| Octal | 362 | 170 | 66 | 0 | 62 | 116 | 5 | 25 | 130 | 72 |
| Binary | 11110010 | 1111000 | 110110 | 0 | 110010 | 1001110 | 101 | 10101 | 1011000 | 111010 |
Color Harmonies of #F27836
Complementary color
Monochromatic Colors of #F27836
Black with #F27836
Text Example
Text Example
White with #F27836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27836; }
p { color: rgb(242,120,54); }
H1.HeaderClassName
{
color: #F27836;
}
.AnyTagClassName
{
color: #F27836;
}
</style>
background-color css
<style>
a { background-color: #F27836; }
a { background-color: rgb(242,120,54); }
div.DivClassName
{
background-color: #F27836;
}
.BgClassName
{
background-color: #F27836;
}
</style>
border-color css
<style>
span { border-color: #F27836; }
span { border-color: rgb(242,120,54); }
td.TdClassName
{
border-color: #F27836;
}
.TagClassName
{
border-color: #F27836;
}
</style>