Shades of Burnt Orange #F17327
Tints of Burnt Orange #F17327
RGB
CMYK
RGB Variations
Color information
#F17327 (or 0xF17327) is known color: Burnt Orange. HEX triplet: F1, 73 and 27. RGB value is (241,115,39). Sum of RGB (Red+Green+Blue) = 241+115+39=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F17327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17327 is #0E8CD8. Grayscale: #909090. Windows color (decimal): -953561 or 2585585. OLE color: 2585585.
HSL color Cylindrical-coordinate representation of color #F17327: hue angle of 22.57º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F17327 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 39 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.05 |
| HSL | 22.57º | 0.88% | 0.55% | - |
| HSV(B) | 22.57º | 0.84% | 0.95% | - |
| XYZ | 42.77 | 31.11 | 5.67 | - |
| YUV | 144.01 | 68.74 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 39 | 0 | 0.52 | 0.84 | 0.05 | 22.57 | 0.88 | 0.55 |
| Hex | F1 | 73 | 27 | 0 | 34 | 54 | 5 | 17 | 58 | 37 |
| Octal | 361 | 163 | 47 | 0 | 64 | 124 | 5 | 27 | 130 | 67 |
| Binary | 11110001 | 1110011 | 100111 | 0 | 110100 | 1010100 | 101 | 10111 | 1011000 | 110111 |
Color Harmonies of #F17327
Complementary color
Monochromatic Colors of #F17327
Black with #F17327
Text Example
Text Example
White with #F17327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17327; }
p { color: rgb(241,115,39); }
H1.HeaderClassName
{
color: #F17327;
}
.AnyTagClassName
{
color: #F17327;
}
</style>
background-color css
<style>
a { background-color: #F17327; }
a { background-color: rgb(241,115,39); }
div.DivClassName
{
background-color: #F17327;
}
.BgClassName
{
background-color: #F17327;
}
</style>
border-color css
<style>
span { border-color: #F17327; }
span { border-color: rgb(241,115,39); }
td.TdClassName
{
border-color: #F17327;
}
.TagClassName
{
border-color: #F17327;
}
</style>