Shades of Burnt Orange #F1672C
Tints of Burnt Orange #F1672C
RGB
CMYK
RGB Variations
Color information
#F1672C (or 0xF1672C) is known color: Burnt Orange. HEX triplet: F1, 67 and 2C. RGB value is (241,103,44). Sum of RGB (Red+Green+Blue) = 241+103+44=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1672C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1672C is #0E98D3. Grayscale: #898989. Windows color (decimal): -956628 or 2910193. OLE color: 2910193.
HSL color Cylindrical-coordinate representation of color #F1672C: hue angle of 17.97º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1672C is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 44 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.05 |
| HSL | 17.97º | 0.88% | 0.56% | - |
| HSV(B) | 17.97º | 0.82% | 0.95% | - |
| XYZ | 41.58 | 28.58 | 5.71 | - |
| YUV | 137.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 44 | 0 | 0.57 | 0.82 | 0.05 | 17.97 | 0.88 | 0.56 |
| Hex | F1 | 67 | 2C | 0 | 39 | 52 | 5 | 12 | 58 | 38 |
| Octal | 361 | 147 | 54 | 0 | 71 | 122 | 5 | 22 | 130 | 70 |
| Binary | 11110001 | 1100111 | 101100 | 0 | 111001 | 1010010 | 101 | 10010 | 1011000 | 111000 |
Color Harmonies of #F1672C
Complementary color
Monochromatic Colors of #F1672C
Black with #F1672C
Text Example
Text Example
White with #F1672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1672C; }
p { color: rgb(241,103,44); }
H1.HeaderClassName
{
color: #F1672C;
}
.AnyTagClassName
{
color: #F1672C;
}
</style>
background-color css
<style>
a { background-color: #F1672C; }
a { background-color: rgb(241,103,44); }
div.DivClassName
{
background-color: #F1672C;
}
.BgClassName
{
background-color: #F1672C;
}
</style>
border-color css
<style>
span { border-color: #F1672C; }
span { border-color: rgb(241,103,44); }
td.TdClassName
{
border-color: #F1672C;
}
.TagClassName
{
border-color: #F1672C;
}
</style>