Shades of Burnt Orange #F26837
Tints of Burnt Orange #F26837
RGB
CMYK
RGB Variations
Color information
#F26837 (or 0xF26837) is known color: Burnt Orange. HEX triplet: F2, 68 and 37. RGB value is (242,104,55). Sum of RGB (Red+Green+Blue) = 242+104+55=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F26837 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26837 is #0D97C8. Grayscale: #8C8C8C. Windows color (decimal): -890825 or 3631346. OLE color: 3631346.
HSL color Cylindrical-coordinate representation of color #F26837: hue angle of 15.72º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F26837 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 55 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.05 |
| HSL | 15.72º | 0.88% | 0.58% | - |
| HSV(B) | 15.72º | 0.77% | 0.95% | - |
| XYZ | 42.26 | 29.05 | 7 | - |
| YUV | 139.68 | 80.22 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 55 | 0 | 0.57 | 0.77 | 0.05 | 15.72 | 0.88 | 0.58 |
| Hex | F2 | 68 | 37 | 0 | 39 | 4D | 5 | 10 | 58 | 3A |
| Octal | 362 | 150 | 67 | 0 | 71 | 115 | 5 | 20 | 130 | 72 |
| Binary | 11110010 | 1101000 | 110111 | 0 | 111001 | 1001101 | 101 | 10000 | 1011000 | 111010 |
Color Harmonies of #F26837
Complementary color
Monochromatic Colors of #F26837
Black with #F26837
Text Example
Text Example
White with #F26837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26837; }
p { color: rgb(242,104,55); }
H1.HeaderClassName
{
color: #F26837;
}
.AnyTagClassName
{
color: #F26837;
}
</style>
background-color css
<style>
a { background-color: #F26837; }
a { background-color: rgb(242,104,55); }
div.DivClassName
{
background-color: #F26837;
}
.BgClassName
{
background-color: #F26837;
}
</style>
border-color css
<style>
span { border-color: #F26837; }
span { border-color: rgb(242,104,55); }
td.TdClassName
{
border-color: #F26837;
}
.TagClassName
{
border-color: #F26837;
}
</style>