Shades of Burnt Orange #F16935
Tints of Burnt Orange #F16935
RGB
CMYK
RGB Variations
Color information
#F16935 (or 0xF16935) is known color: Burnt Orange. HEX triplet: F1, 69 and 35. RGB value is (241,105,53). Sum of RGB (Red+Green+Blue) = 241+105+53=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F16935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16935 is #0E96CA. Grayscale: #8C8C8C. Windows color (decimal): -956107 or 3500529. OLE color: 3500529.
HSL color Cylindrical-coordinate representation of color #F16935: hue angle of 16.6º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F16935 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 53 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.05 |
| HSL | 16.6º | 0.87% | 0.58% | - |
| HSV(B) | 16.6º | 0.78% | 0.95% | - |
| XYZ | 41.97 | 29.06 | 6.77 | - |
| YUV | 139.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 53 | 0 | 0.56 | 0.78 | 0.05 | 16.6 | 0.87 | 0.58 |
| Hex | F1 | 69 | 35 | 0 | 38 | 4E | 5 | 11 | 57 | 3A |
| Octal | 361 | 151 | 65 | 0 | 70 | 116 | 5 | 21 | 127 | 72 |
| Binary | 11110001 | 1101001 | 110101 | 0 | 111000 | 1001110 | 101 | 10001 | 1010111 | 111010 |
Color Harmonies of #F16935
Complementary color
Monochromatic Colors of #F16935
Black with #F16935
Text Example
Text Example
White with #F16935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16935; }
p { color: rgb(241,105,53); }
H1.HeaderClassName
{
color: #F16935;
}
.AnyTagClassName
{
color: #F16935;
}
</style>
background-color css
<style>
a { background-color: #F16935; }
a { background-color: rgb(241,105,53); }
div.DivClassName
{
background-color: #F16935;
}
.BgClassName
{
background-color: #F16935;
}
</style>
border-color css
<style>
span { border-color: #F16935; }
span { border-color: rgb(241,105,53); }
td.TdClassName
{
border-color: #F16935;
}
.TagClassName
{
border-color: #F16935;
}
</style>