Shades of Burnt Orange #F27237
Tints of Burnt Orange #F27237
RGB
CMYK
RGB Variations
Color information
#F27237 (or 0xF27237) is known color: Burnt Orange. HEX triplet: F2, 72 and 37. RGB value is (242,114,55). Sum of RGB (Red+Green+Blue) = 242+114+55=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F27237 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27237 is #0D8DC8. Grayscale: #919191. Windows color (decimal): -888265 or 3633906. OLE color: 3633906.
HSL color Cylindrical-coordinate representation of color #F27237: hue angle of 18.93º 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 #F27237 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 55 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.05 |
| HSL | 18.93º | 0.88% | 0.58% | - |
| HSV(B) | 18.93º | 0.77% | 0.95% | - |
| XYZ | 43.32 | 31.19 | 7.35 | - |
| YUV | 145.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 55 | 0 | 0.53 | 0.77 | 0.05 | 18.93 | 0.88 | 0.58 |
| Hex | F2 | 72 | 37 | 0 | 35 | 4D | 5 | 13 | 58 | 3A |
| Octal | 362 | 162 | 67 | 0 | 65 | 115 | 5 | 23 | 130 | 72 |
| Binary | 11110010 | 1110010 | 110111 | 0 | 110101 | 1001101 | 101 | 10011 | 1011000 | 111010 |
Color Harmonies of #F27237
Complementary color
Monochromatic Colors of #F27237
Black with #F27237
Text Example
Text Example
White with #F27237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27237; }
p { color: rgb(242,114,55); }
H1.HeaderClassName
{
color: #F27237;
}
.AnyTagClassName
{
color: #F27237;
}
</style>
background-color css
<style>
a { background-color: #F27237; }
a { background-color: rgb(242,114,55); }
div.DivClassName
{
background-color: #F27237;
}
.BgClassName
{
background-color: #F27237;
}
</style>
border-color css
<style>
span { border-color: #F27237; }
span { border-color: rgb(242,114,55); }
td.TdClassName
{
border-color: #F27237;
}
.TagClassName
{
border-color: #F27237;
}
</style>