Shades of Burnt Orange #F16730
Tints of Burnt Orange #F16730
RGB
CMYK
RGB Variations
Color information
#F16730 (or 0xF16730) is known color: Burnt Orange. HEX triplet: F1, 67 and 30. RGB value is (241,103,48). Sum of RGB (Red+Green+Blue) = 241+103+48=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F16730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16730 is #0E98CF. Grayscale: #8A8A8A. Windows color (decimal): -956624 or 3172337. OLE color: 3172337.
HSL color Cylindrical-coordinate representation of color #F16730: hue angle of 17.1º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F16730 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 48 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.05 |
| HSL | 17.1º | 0.87% | 0.57% | - |
| HSV(B) | 17.1º | 0.8% | 0.95% | - |
| XYZ | 41.66 | 28.61 | 6.12 | - |
| YUV | 137.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 48 | 0 | 0.57 | 0.80 | 0.05 | 17.1 | 0.87 | 0.57 |
| Hex | F1 | 67 | 30 | 0 | 39 | 50 | 5 | 11 | 57 | 39 |
| Octal | 361 | 147 | 60 | 0 | 71 | 120 | 5 | 21 | 127 | 71 |
| Binary | 11110001 | 1100111 | 110000 | 0 | 111001 | 1010000 | 101 | 10001 | 1010111 | 111001 |
Color Harmonies of #F16730
Complementary color
Monochromatic Colors of #F16730
Black with #F16730
Text Example
Text Example
White with #F16730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16730; }
p { color: rgb(241,103,48); }
H1.HeaderClassName
{
color: #F16730;
}
.AnyTagClassName
{
color: #F16730;
}
</style>
background-color css
<style>
a { background-color: #F16730; }
a { background-color: rgb(241,103,48); }
div.DivClassName
{
background-color: #F16730;
}
.BgClassName
{
background-color: #F16730;
}
</style>
border-color css
<style>
span { border-color: #F16730; }
span { border-color: rgb(241,103,48); }
td.TdClassName
{
border-color: #F16730;
}
.TagClassName
{
border-color: #F16730;
}
</style>