Shades of Burnt Orange #F16C2F
Tints of Burnt Orange #F16C2F
RGB
CMYK
RGB Variations
Color information
#F16C2F (or 0xF16C2F) is known color: Burnt Orange. HEX triplet: F1, 6C and 2F. RGB value is (241,108,47). Sum of RGB (Red+Green+Blue) = 241+108+47=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C2F is #0E93D0. Grayscale: #8D8D8D. Windows color (decimal): -955345 or 3108081. OLE color: 3108081.
HSL color Cylindrical-coordinate representation of color #F16C2F: hue angle of 18.87º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F16C2F is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 47 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.05 |
| HSL | 18.87º | 0.87% | 0.56% | - |
| HSV(B) | 18.87º | 0.8% | 0.95% | - |
| XYZ | 42.15 | 29.63 | 6.19 | - |
| YUV | 140.81 | 75.06 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 47 | 0 | 0.55 | 0.80 | 0.05 | 18.87 | 0.87 | 0.56 |
| Hex | F1 | 6C | 2F | 0 | 37 | 50 | 5 | 13 | 57 | 38 |
| Octal | 361 | 154 | 57 | 0 | 67 | 120 | 5 | 23 | 127 | 70 |
| Binary | 11110001 | 1101100 | 101111 | 0 | 110111 | 1010000 | 101 | 10011 | 1010111 | 111000 |
Color Harmonies of #F16C2F
Complementary color
Monochromatic Colors of #F16C2F
Black with #F16C2F
Text Example
Text Example
White with #F16C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C2F; }
p { color: rgb(241,108,47); }
H1.HeaderClassName
{
color: #F16C2F;
}
.AnyTagClassName
{
color: #F16C2F;
}
</style>
background-color css
<style>
a { background-color: #F16C2F; }
a { background-color: rgb(241,108,47); }
div.DivClassName
{
background-color: #F16C2F;
}
.BgClassName
{
background-color: #F16C2F;
}
</style>
border-color css
<style>
span { border-color: #F16C2F; }
span { border-color: rgb(241,108,47); }
td.TdClassName
{
border-color: #F16C2F;
}
.TagClassName
{
border-color: #F16C2F;
}
</style>