Shades of Burnt Orange #F16A27
Tints of Burnt Orange #F16A27
RGB
CMYK
RGB Variations
Color information
#F16A27 (or 0xF16A27) is known color: Burnt Orange. HEX triplet: F1, 6A and 27. RGB value is (241,106,39). Sum of RGB (Red+Green+Blue) = 241+106+39=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A27 is #0E95D8. Grayscale: #8B8B8B. Windows color (decimal): -955865 or 2583281. OLE color: 2583281.
HSL color Cylindrical-coordinate representation of color #F16A27: hue angle of 19.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F16A27 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 39 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.05 |
| HSL | 19.9º | 0.88% | 0.55% | - |
| HSV(B) | 19.9º | 0.84% | 0.95% | - |
| XYZ | 41.8 | 29.16 | 5.34 | - |
| YUV | 138.73 | 71.73 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 39 | 0 | 0.56 | 0.84 | 0.05 | 19.9 | 0.88 | 0.55 |
| Hex | F1 | 6A | 27 | 0 | 38 | 54 | 5 | 14 | 58 | 37 |
| Octal | 361 | 152 | 47 | 0 | 70 | 124 | 5 | 24 | 130 | 67 |
| Binary | 11110001 | 1101010 | 100111 | 0 | 111000 | 1010100 | 101 | 10100 | 1011000 | 110111 |
Color Harmonies of #F16A27
Complementary color
Monochromatic Colors of #F16A27
Black with #F16A27
Text Example
Text Example
White with #F16A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A27; }
p { color: rgb(241,106,39); }
H1.HeaderClassName
{
color: #F16A27;
}
.AnyTagClassName
{
color: #F16A27;
}
</style>
background-color css
<style>
a { background-color: #F16A27; }
a { background-color: rgb(241,106,39); }
div.DivClassName
{
background-color: #F16A27;
}
.BgClassName
{
background-color: #F16A27;
}
</style>
border-color css
<style>
span { border-color: #F16A27; }
span { border-color: rgb(241,106,39); }
td.TdClassName
{
border-color: #F16A27;
}
.TagClassName
{
border-color: #F16A27;
}
</style>