Shades of Burnt Orange #F16F34
Tints of Burnt Orange #F16F34
RGB
CMYK
RGB Variations
Color information
#F16F34 (or 0xF16F34) is known color: Burnt Orange. HEX triplet: F1, 6F and 34. RGB value is (241,111,52). Sum of RGB (Red+Green+Blue) = 241+111+52=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F34 is #0E90CB. Grayscale: #8F8F8F. Windows color (decimal): -954572 or 3436529. OLE color: 3436529.
HSL color Cylindrical-coordinate representation of color #F16F34: hue angle of 18.73º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F16F34 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 52 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.05 |
| HSL | 18.73º | 0.87% | 0.57% | - |
| HSV(B) | 18.73º | 0.78% | 0.95% | - |
| XYZ | 42.58 | 30.32 | 6.86 | - |
| YUV | 143.14 | 76.57 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 52 | 0 | 0.54 | 0.78 | 0.05 | 18.73 | 0.87 | 0.57 |
| Hex | F1 | 6F | 34 | 0 | 36 | 4E | 5 | 13 | 57 | 39 |
| Octal | 361 | 157 | 64 | 0 | 66 | 116 | 5 | 23 | 127 | 71 |
| Binary | 11110001 | 1101111 | 110100 | 0 | 110110 | 1001110 | 101 | 10011 | 1010111 | 111001 |
Color Harmonies of #F16F34
Complementary color
Monochromatic Colors of #F16F34
Black with #F16F34
Text Example
Text Example
White with #F16F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F34; }
p { color: rgb(241,111,52); }
H1.HeaderClassName
{
color: #F16F34;
}
.AnyTagClassName
{
color: #F16F34;
}
</style>
background-color css
<style>
a { background-color: #F16F34; }
a { background-color: rgb(241,111,52); }
div.DivClassName
{
background-color: #F16F34;
}
.BgClassName
{
background-color: #F16F34;
}
</style>
border-color css
<style>
span { border-color: #F16F34; }
span { border-color: rgb(241,111,52); }
td.TdClassName
{
border-color: #F16F34;
}
.TagClassName
{
border-color: #F16F34;
}
</style>