Shades of Burnt Orange #F16727
Tints of Burnt Orange #F16727
RGB
CMYK
RGB Variations
Color information
#F16727 (or 0xF16727) is known color: Burnt Orange. HEX triplet: F1, 67 and 27. RGB value is (241,103,39). Sum of RGB (Red+Green+Blue) = 241+103+39=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F16727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16727 is #0E98D8. Grayscale: #898989. Windows color (decimal): -956633 or 2582513. OLE color: 2582513.
HSL color Cylindrical-coordinate representation of color #F16727: hue angle of 19.01º 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 #F16727 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 39 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.05 |
| HSL | 19.01º | 0.88% | 0.55% | - |
| HSV(B) | 19.01º | 0.84% | 0.95% | - |
| XYZ | 41.49 | 28.55 | 5.24 | - |
| YUV | 136.97 | 72.72 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 39 | 0 | 0.57 | 0.84 | 0.05 | 19.01 | 0.88 | 0.55 |
| Hex | F1 | 67 | 27 | 0 | 39 | 54 | 5 | 13 | 58 | 37 |
| Octal | 361 | 147 | 47 | 0 | 71 | 124 | 5 | 23 | 130 | 67 |
| Binary | 11110001 | 1100111 | 100111 | 0 | 111001 | 1010100 | 101 | 10011 | 1011000 | 110111 |
Color Harmonies of #F16727
Complementary color
Monochromatic Colors of #F16727
Black with #F16727
Text Example
Text Example
White with #F16727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16727; }
p { color: rgb(241,103,39); }
H1.HeaderClassName
{
color: #F16727;
}
.AnyTagClassName
{
color: #F16727;
}
</style>
background-color css
<style>
a { background-color: #F16727; }
a { background-color: rgb(241,103,39); }
div.DivClassName
{
background-color: #F16727;
}
.BgClassName
{
background-color: #F16727;
}
</style>
border-color css
<style>
span { border-color: #F16727; }
span { border-color: rgb(241,103,39); }
td.TdClassName
{
border-color: #F16727;
}
.TagClassName
{
border-color: #F16727;
}
</style>