Shades of Burnt Orange #F16828
Tints of Burnt Orange #F16828
RGB
CMYK
RGB Variations
Color information
#F16828 (or 0xF16828) is known color: Burnt Orange. HEX triplet: F1, 68 and 28. RGB value is (241,104,40). Sum of RGB (Red+Green+Blue) = 241+104+40=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F16828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16828 is #0E97D7. Grayscale: #8A8A8A. Windows color (decimal): -956376 or 2648305. OLE color: 2648305.
HSL color Cylindrical-coordinate representation of color #F16828: hue angle of 19.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F16828 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 40 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.05 |
| HSL | 19.1º | 0.88% | 0.55% | - |
| HSV(B) | 19.1º | 0.83% | 0.95% | - |
| XYZ | 41.61 | 28.75 | 5.36 | - |
| YUV | 137.67 | 72.89 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 40 | 0 | 0.57 | 0.83 | 0.05 | 19.1 | 0.88 | 0.55 |
| Hex | F1 | 68 | 28 | 0 | 39 | 53 | 5 | 13 | 58 | 37 |
| Octal | 361 | 150 | 50 | 0 | 71 | 123 | 5 | 23 | 130 | 67 |
| Binary | 11110001 | 1101000 | 101000 | 0 | 111001 | 1010011 | 101 | 10011 | 1011000 | 110111 |
Color Harmonies of #F16828
Complementary color
Monochromatic Colors of #F16828
Black with #F16828
Text Example
Text Example
White with #F16828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16828; }
p { color: rgb(241,104,40); }
H1.HeaderClassName
{
color: #F16828;
}
.AnyTagClassName
{
color: #F16828;
}
</style>
background-color css
<style>
a { background-color: #F16828; }
a { background-color: rgb(241,104,40); }
div.DivClassName
{
background-color: #F16828;
}
.BgClassName
{
background-color: #F16828;
}
</style>
border-color css
<style>
span { border-color: #F16828; }
span { border-color: rgb(241,104,40); }
td.TdClassName
{
border-color: #F16828;
}
.TagClassName
{
border-color: #F16828;
}
</style>