Shades of Burnt Orange #F16C2B
Tints of Burnt Orange #F16C2B
RGB
CMYK
RGB Variations
Color information
#F16C2B (or 0xF16C2B) is known color: Burnt Orange. HEX triplet: F1, 6C and 2B. RGB value is (241,108,43). Sum of RGB (Red+Green+Blue) = 241+108+43=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C2B is #0E93D4. Grayscale: #8C8C8C. Windows color (decimal): -955349 or 2845937. OLE color: 2845937.
HSL color Cylindrical-coordinate representation of color #F16C2B: hue angle of 19.7º 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 #F16C2B is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 43 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.05 |
| HSL | 19.7º | 0.88% | 0.56% | - |
| HSV(B) | 19.7º | 0.82% | 0.95% | - |
| XYZ | 42.07 | 29.6 | 5.78 | - |
| YUV | 140.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 43 | 0 | 0.55 | 0.82 | 0.05 | 19.7 | 0.88 | 0.56 |
| Hex | F1 | 6C | 2B | 0 | 37 | 52 | 5 | 14 | 58 | 38 |
| Octal | 361 | 154 | 53 | 0 | 67 | 122 | 5 | 24 | 130 | 70 |
| Binary | 11110001 | 1101100 | 101011 | 0 | 110111 | 1010010 | 101 | 10100 | 1011000 | 111000 |
Color Harmonies of #F16C2B
Complementary color
Monochromatic Colors of #F16C2B
Black with #F16C2B
Text Example
Text Example
White with #F16C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C2B; }
p { color: rgb(241,108,43); }
H1.HeaderClassName
{
color: #F16C2B;
}
.AnyTagClassName
{
color: #F16C2B;
}
</style>
background-color css
<style>
a { background-color: #F16C2B; }
a { background-color: rgb(241,108,43); }
div.DivClassName
{
background-color: #F16C2B;
}
.BgClassName
{
background-color: #F16C2B;
}
</style>
border-color css
<style>
span { border-color: #F16C2B; }
span { border-color: rgb(241,108,43); }
td.TdClassName
{
border-color: #F16C2B;
}
.TagClassName
{
border-color: #F16C2B;
}
</style>