Shades of Burnt Orange #F16C2C
Tints of Burnt Orange #F16C2C
RGB
CMYK
RGB Variations
Color information
#F16C2C (or 0xF16C2C) is known color: Burnt Orange. HEX triplet: F1, 6C and 2C. RGB value is (241,108,44). Sum of RGB (Red+Green+Blue) = 241+108+44=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C2C is #0E93D3. Grayscale: #8C8C8C. Windows color (decimal): -955348 or 2911473. OLE color: 2911473.
HSL color Cylindrical-coordinate representation of color #F16C2C: hue angle of 19.49º 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 #F16C2C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 44 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.05 |
| HSL | 19.49º | 0.88% | 0.56% | - |
| HSV(B) | 19.49º | 0.82% | 0.95% | - |
| XYZ | 42.09 | 29.61 | 5.88 | - |
| YUV | 140.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 44 | 0 | 0.55 | 0.82 | 0.05 | 19.49 | 0.88 | 0.56 |
| Hex | F1 | 6C | 2C | 0 | 37 | 52 | 5 | 13 | 58 | 38 |
| Octal | 361 | 154 | 54 | 0 | 67 | 122 | 5 | 23 | 130 | 70 |
| Binary | 11110001 | 1101100 | 101100 | 0 | 110111 | 1010010 | 101 | 10011 | 1011000 | 111000 |
Color Harmonies of #F16C2C
Complementary color
Monochromatic Colors of #F16C2C
Black with #F16C2C
Text Example
Text Example
White with #F16C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C2C; }
p { color: rgb(241,108,44); }
H1.HeaderClassName
{
color: #F16C2C;
}
.AnyTagClassName
{
color: #F16C2C;
}
</style>
background-color css
<style>
a { background-color: #F16C2C; }
a { background-color: rgb(241,108,44); }
div.DivClassName
{
background-color: #F16C2C;
}
.BgClassName
{
background-color: #F16C2C;
}
</style>
border-color css
<style>
span { border-color: #F16C2C; }
span { border-color: rgb(241,108,44); }
td.TdClassName
{
border-color: #F16C2C;
}
.TagClassName
{
border-color: #F16C2C;
}
</style>