Shades of Burnt Orange #F16222
Tints of Burnt Orange #F16222
RGB
CMYK
RGB Variations
Color information
#F16222 (or 0xF16222) is known color: Burnt Orange. HEX triplet: F1, 62 and 22. RGB value is (241,98,34). Sum of RGB (Red+Green+Blue) = 241+98+34=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F16222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16222 is #0E9DDD. Grayscale: #858585. Windows color (decimal): -957918 or 2253553. OLE color: 2253553.
HSL color Cylindrical-coordinate representation of color #F16222: hue angle of 18.55º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F16222 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 34 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.05 |
| HSL | 18.55º | 0.88% | 0.54% | - |
| HSV(B) | 18.55º | 0.86% | 0.95% | - |
| XYZ | 40.93 | 27.55 | 4.67 | - |
| YUV | 133.46 | 71.88 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 34 | 0 | 0.59 | 0.86 | 0.05 | 18.55 | 0.88 | 0.54 |
| Hex | F1 | 62 | 22 | 0 | 3B | 56 | 5 | 13 | 58 | 36 |
| Octal | 361 | 142 | 42 | 0 | 73 | 126 | 5 | 23 | 130 | 66 |
| Binary | 11110001 | 1100010 | 100010 | 0 | 111011 | 1010110 | 101 | 10011 | 1011000 | 110110 |
Color Harmonies of #F16222
Complementary color
Monochromatic Colors of #F16222
Black with #F16222
Text Example
Text Example
White with #F16222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16222; }
p { color: rgb(241,98,34); }
H1.HeaderClassName
{
color: #F16222;
}
.AnyTagClassName
{
color: #F16222;
}
</style>
background-color css
<style>
a { background-color: #F16222; }
a { background-color: rgb(241,98,34); }
div.DivClassName
{
background-color: #F16222;
}
.BgClassName
{
background-color: #F16222;
}
</style>
border-color css
<style>
span { border-color: #F16222; }
span { border-color: rgb(241,98,34); }
td.TdClassName
{
border-color: #F16222;
}
.TagClassName
{
border-color: #F16222;
}
</style>