Shades of Burnt Orange #F26C37
Tints of Burnt Orange #F26C37
RGB
CMYK
RGB Variations
Color information
#F26C37 (or 0xF26C37) is known color: Burnt Orange. HEX triplet: F2, 6C and 37. RGB value is (242,108,55). Sum of RGB (Red+Green+Blue) = 242+108+55=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26C37 is #0D93C8. Grayscale: #8E8E8E. Windows color (decimal): -889801 or 3632370. OLE color: 3632370.
HSL color Cylindrical-coordinate representation of color #F26C37: hue angle of 17.01º 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 #F26C37 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 55 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.05 |
| HSL | 17.01º | 0.88% | 0.58% | - |
| HSV(B) | 17.01º | 0.77% | 0.95% | - |
| XYZ | 42.67 | 29.88 | 7.13 | - |
| YUV | 142.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 55 | 0 | 0.55 | 0.77 | 0.05 | 17.01 | 0.88 | 0.58 |
| Hex | F2 | 6C | 37 | 0 | 37 | 4D | 5 | 11 | 58 | 3A |
| Octal | 362 | 154 | 67 | 0 | 67 | 115 | 5 | 21 | 130 | 72 |
| Binary | 11110010 | 1101100 | 110111 | 0 | 110111 | 1001101 | 101 | 10001 | 1011000 | 111010 |
Color Harmonies of #F26C37
Complementary color
Monochromatic Colors of #F26C37
Black with #F26C37
Text Example
Text Example
White with #F26C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C37; }
p { color: rgb(242,108,55); }
H1.HeaderClassName
{
color: #F26C37;
}
.AnyTagClassName
{
color: #F26C37;
}
</style>
background-color css
<style>
a { background-color: #F26C37; }
a { background-color: rgb(242,108,55); }
div.DivClassName
{
background-color: #F26C37;
}
.BgClassName
{
background-color: #F26C37;
}
</style>
border-color css
<style>
span { border-color: #F26C37; }
span { border-color: rgb(242,108,55); }
td.TdClassName
{
border-color: #F26C37;
}
.TagClassName
{
border-color: #F26C37;
}
</style>