Shades of Burnt Orange #F1672F
Tints of Burnt Orange #F1672F
RGB
CMYK
RGB Variations
Color information
#F1672F (or 0xF1672F) is known color: Burnt Orange. HEX triplet: F1, 67 and 2F. RGB value is (241,103,47). Sum of RGB (Red+Green+Blue) = 241+103+47=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1672F is #0E98D0. Grayscale: #8A8A8A. Windows color (decimal): -956625 or 3106801. OLE color: 3106801.
HSL color Cylindrical-coordinate representation of color #F1672F: hue angle of 17.32º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1672F is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 47 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.05 |
| HSL | 17.32º | 0.87% | 0.56% | - |
| HSV(B) | 17.32º | 0.8% | 0.95% | - |
| XYZ | 41.64 | 28.61 | 6.02 | - |
| YUV | 137.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 47 | 0 | 0.57 | 0.80 | 0.05 | 17.32 | 0.87 | 0.56 |
| Hex | F1 | 67 | 2F | 0 | 39 | 50 | 5 | 11 | 57 | 38 |
| Octal | 361 | 147 | 57 | 0 | 71 | 120 | 5 | 21 | 127 | 70 |
| Binary | 11110001 | 1100111 | 101111 | 0 | 111001 | 1010000 | 101 | 10001 | 1010111 | 111000 |
Color Harmonies of #F1672F
Complementary color
Monochromatic Colors of #F1672F
Black with #F1672F
Text Example
Text Example
White with #F1672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1672F; }
p { color: rgb(241,103,47); }
H1.HeaderClassName
{
color: #F1672F;
}
.AnyTagClassName
{
color: #F1672F;
}
</style>
background-color css
<style>
a { background-color: #F1672F; }
a { background-color: rgb(241,103,47); }
div.DivClassName
{
background-color: #F1672F;
}
.BgClassName
{
background-color: #F1672F;
}
</style>
border-color css
<style>
span { border-color: #F1672F; }
span { border-color: rgb(241,103,47); }
td.TdClassName
{
border-color: #F1672F;
}
.TagClassName
{
border-color: #F1672F;
}
</style>