Shades of Burnt Orange #F1662B
Tints of Burnt Orange #F1662B
RGB
CMYK
RGB Variations
Color information
#F1662B (or 0xF1662B) is known color: Burnt Orange. HEX triplet: F1, 66 and 2B. RGB value is (241,102,43). Sum of RGB (Red+Green+Blue) = 241+102+43=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1662B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1662B is #0E99D4. Grayscale: #898989. Windows color (decimal): -956885 or 2844401. OLE color: 2844401.
HSL color Cylindrical-coordinate representation of color #F1662B: hue angle of 17.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1662B is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 43 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.05 |
| HSL | 17.88º | 0.88% | 0.56% | - |
| HSV(B) | 17.88º | 0.82% | 0.95% | - |
| XYZ | 41.46 | 28.38 | 5.58 | - |
| YUV | 136.84 | 75.05 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 43 | 0 | 0.58 | 0.82 | 0.05 | 17.88 | 0.88 | 0.56 |
| Hex | F1 | 66 | 2B | 0 | 3A | 52 | 5 | 12 | 58 | 38 |
| Octal | 361 | 146 | 53 | 0 | 72 | 122 | 5 | 22 | 130 | 70 |
| Binary | 11110001 | 1100110 | 101011 | 0 | 111010 | 1010010 | 101 | 10010 | 1011000 | 111000 |
Color Harmonies of #F1662B
Complementary color
Monochromatic Colors of #F1662B
Black with #F1662B
Text Example
Text Example
White with #F1662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1662B; }
p { color: rgb(241,102,43); }
H1.HeaderClassName
{
color: #F1662B;
}
.AnyTagClassName
{
color: #F1662B;
}
</style>
background-color css
<style>
a { background-color: #F1662B; }
a { background-color: rgb(241,102,43); }
div.DivClassName
{
background-color: #F1662B;
}
.BgClassName
{
background-color: #F1662B;
}
</style>
border-color css
<style>
span { border-color: #F1662B; }
span { border-color: rgb(241,102,43); }
td.TdClassName
{
border-color: #F1662B;
}
.TagClassName
{
border-color: #F1662B;
}
</style>