Shades of Burnt Orange #F16830
Tints of Burnt Orange #F16830
RGB
CMYK
RGB Variations
Color information
#F16830 (or 0xF16830) is known color: Burnt Orange. HEX triplet: F1, 68 and 30. RGB value is (241,104,48). Sum of RGB (Red+Green+Blue) = 241+104+48=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F16830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16830 is #0E97CF. Grayscale: #8A8A8A. Windows color (decimal): -956368 or 3172593. OLE color: 3172593.
HSL color Cylindrical-coordinate representation of color #F16830: hue angle of 17.41º 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 #F16830 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 48 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.05 |
| HSL | 17.41º | 0.87% | 0.57% | - |
| HSV(B) | 17.41º | 0.8% | 0.95% | - |
| XYZ | 41.76 | 28.81 | 6.16 | - |
| YUV | 138.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 48 | 0 | 0.57 | 0.80 | 0.05 | 17.41 | 0.87 | 0.57 |
| Hex | F1 | 68 | 30 | 0 | 39 | 50 | 5 | 11 | 57 | 39 |
| Octal | 361 | 150 | 60 | 0 | 71 | 120 | 5 | 21 | 127 | 71 |
| Binary | 11110001 | 1101000 | 110000 | 0 | 111001 | 1010000 | 101 | 10001 | 1010111 | 111001 |
Color Harmonies of #F16830
Complementary color
Monochromatic Colors of #F16830
Black with #F16830
Text Example
Text Example
White with #F16830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16830; }
p { color: rgb(241,104,48); }
H1.HeaderClassName
{
color: #F16830;
}
.AnyTagClassName
{
color: #F16830;
}
</style>
background-color css
<style>
a { background-color: #F16830; }
a { background-color: rgb(241,104,48); }
div.DivClassName
{
background-color: #F16830;
}
.BgClassName
{
background-color: #F16830;
}
</style>
border-color css
<style>
span { border-color: #F16830; }
span { border-color: rgb(241,104,48); }
td.TdClassName
{
border-color: #F16830;
}
.TagClassName
{
border-color: #F16830;
}
</style>