Shades of Burnt Orange #F27536
Tints of Burnt Orange #F27536
RGB
CMYK
RGB Variations
Color information
#F27536 (or 0xF27536) is known color: Burnt Orange. HEX triplet: F2, 75 and 36. RGB value is (242,117,54). Sum of RGB (Red+Green+Blue) = 242+117+54=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F27536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27536 is #0D8AC9. Grayscale: #939393. Windows color (decimal): -887498 or 3569138. OLE color: 3569138.
HSL color Cylindrical-coordinate representation of color #F27536: hue angle of 20.11º 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 #F27536 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 54 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.05 |
| HSL | 20.11º | 0.88% | 0.58% | - |
| HSV(B) | 20.11º | 0.78% | 0.95% | - |
| XYZ | 43.65 | 31.87 | 7.34 | - |
| YUV | 147.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 54 | 0 | 0.52 | 0.78 | 0.05 | 20.11 | 0.88 | 0.58 |
| Hex | F2 | 75 | 36 | 0 | 34 | 4E | 5 | 14 | 58 | 3A |
| Octal | 362 | 165 | 66 | 0 | 64 | 116 | 5 | 24 | 130 | 72 |
| Binary | 11110010 | 1110101 | 110110 | 0 | 110100 | 1001110 | 101 | 10100 | 1011000 | 111010 |
Color Harmonies of #F27536
Complementary color
Monochromatic Colors of #F27536
Black with #F27536
Text Example
Text Example
White with #F27536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27536; }
p { color: rgb(242,117,54); }
H1.HeaderClassName
{
color: #F27536;
}
.AnyTagClassName
{
color: #F27536;
}
</style>
background-color css
<style>
a { background-color: #F27536; }
a { background-color: rgb(242,117,54); }
div.DivClassName
{
background-color: #F27536;
}
.BgClassName
{
background-color: #F27536;
}
</style>
border-color css
<style>
span { border-color: #F27536; }
span { border-color: rgb(242,117,54); }
td.TdClassName
{
border-color: #F27536;
}
.TagClassName
{
border-color: #F27536;
}
</style>