Shades of Burnt Orange #F16628
Tints of Burnt Orange #F16628
RGB
CMYK
RGB Variations
Color information
#F16628 (or 0xF16628) is known color: Burnt Orange. HEX triplet: F1, 66 and 28. RGB value is (241,102,40). Sum of RGB (Red+Green+Blue) = 241+102+40=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F16628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16628 is #0E99D7. Grayscale: #888888. Windows color (decimal): -956888 or 2647793. OLE color: 2647793.
HSL color Cylindrical-coordinate representation of color #F16628: hue angle of 18.51º 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 #F16628 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 40 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.05 |
| HSL | 18.51º | 0.88% | 0.55% | - |
| HSV(B) | 18.51º | 0.83% | 0.95% | - |
| XYZ | 41.41 | 28.36 | 5.3 | - |
| YUV | 136.49 | 73.55 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 40 | 0 | 0.58 | 0.83 | 0.05 | 18.51 | 0.88 | 0.55 |
| Hex | F1 | 66 | 28 | 0 | 3A | 53 | 5 | 13 | 58 | 37 |
| Octal | 361 | 146 | 50 | 0 | 72 | 123 | 5 | 23 | 130 | 67 |
| Binary | 11110001 | 1100110 | 101000 | 0 | 111010 | 1010011 | 101 | 10011 | 1011000 | 110111 |
Color Harmonies of #F16628
Complementary color
Monochromatic Colors of #F16628
Black with #F16628
Text Example
Text Example
White with #F16628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16628; }
p { color: rgb(241,102,40); }
H1.HeaderClassName
{
color: #F16628;
}
.AnyTagClassName
{
color: #F16628;
}
</style>
background-color css
<style>
a { background-color: #F16628; }
a { background-color: rgb(241,102,40); }
div.DivClassName
{
background-color: #F16628;
}
.BgClassName
{
background-color: #F16628;
}
</style>
border-color css
<style>
span { border-color: #F16628; }
span { border-color: rgb(241,102,40); }
td.TdClassName
{
border-color: #F16628;
}
.TagClassName
{
border-color: #F16628;
}
</style>