Shades of Burnt Orange #F16427
Tints of Burnt Orange #F16427
RGB
CMYK
RGB Variations
Color information
#F16427 (or 0xF16427) is known color: Burnt Orange. HEX triplet: F1, 64 and 27. RGB value is (241,100,39). Sum of RGB (Red+Green+Blue) = 241+100+39=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F16427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16427 is #0E9BD8. Grayscale: #878787. Windows color (decimal): -957401 or 2581745. OLE color: 2581745.
HSL color Cylindrical-coordinate representation of color #F16427: hue angle of 18.12º 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 #F16427 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 39 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.05 |
| HSL | 18.12º | 0.88% | 0.55% | - |
| HSV(B) | 18.12º | 0.84% | 0.95% | - |
| XYZ | 41.2 | 27.96 | 5.15 | - |
| YUV | 135.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 39 | 0 | 0.59 | 0.84 | 0.05 | 18.12 | 0.88 | 0.55 |
| Hex | F1 | 64 | 27 | 0 | 3B | 54 | 5 | 12 | 58 | 37 |
| Octal | 361 | 144 | 47 | 0 | 73 | 124 | 5 | 22 | 130 | 67 |
| Binary | 11110001 | 1100100 | 100111 | 0 | 111011 | 1010100 | 101 | 10010 | 1011000 | 110111 |
Color Harmonies of #F16427
Complementary color
Monochromatic Colors of #F16427
Black with #F16427
Text Example
Text Example
White with #F16427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16427; }
p { color: rgb(241,100,39); }
H1.HeaderClassName
{
color: #F16427;
}
.AnyTagClassName
{
color: #F16427;
}
</style>
background-color css
<style>
a { background-color: #F16427; }
a { background-color: rgb(241,100,39); }
div.DivClassName
{
background-color: #F16427;
}
.BgClassName
{
background-color: #F16427;
}
</style>
border-color css
<style>
span { border-color: #F16427; }
span { border-color: rgb(241,100,39); }
td.TdClassName
{
border-color: #F16427;
}
.TagClassName
{
border-color: #F16427;
}
</style>