Shades of Burnt Orange #F66D37
Tints of Burnt Orange #F66D37
RGB
CMYK
RGB Variations
Color information
#F66D37 (or 0xF66D37) is known color: Burnt Orange. HEX triplet: F6, 6D and 37. RGB value is (246,109,55). Sum of RGB (Red+Green+Blue) = 246+109+55=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66D37 is #0992C8. Grayscale: #909090. Windows color (decimal): -627401 or 3632630. OLE color: 3632630.
HSL color Cylindrical-coordinate representation of color #F66D37: hue angle of 16.96º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F66D37 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 55 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.04 |
| HSL | 16.96º | 0.91% | 0.59% | - |
| HSV(B) | 16.96º | 0.78% | 0.96% | - |
| XYZ | 44.16 | 30.81 | 7.23 | - |
| YUV | 143.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 55 | 0 | 0.56 | 0.78 | 0.04 | 16.96 | 0.91 | 0.59 |
| Hex | F6 | 6D | 37 | 0 | 38 | 4E | 4 | 11 | 5B | 3B |
| Octal | 366 | 155 | 67 | 0 | 70 | 116 | 4 | 21 | 133 | 73 |
| Binary | 11110110 | 1101101 | 110111 | 0 | 111000 | 1001110 | 100 | 10001 | 1011011 | 111011 |
Color Harmonies of #F66D37
Complementary color
Monochromatic Colors of #F66D37
Black with #F66D37
Text Example
Text Example
White with #F66D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D37; }
p { color: rgb(246,109,55); }
H1.HeaderClassName
{
color: #F66D37;
}
.AnyTagClassName
{
color: #F66D37;
}
</style>
background-color css
<style>
a { background-color: #F66D37; }
a { background-color: rgb(246,109,55); }
div.DivClassName
{
background-color: #F66D37;
}
.BgClassName
{
background-color: #F66D37;
}
</style>
border-color css
<style>
span { border-color: #F66D37; }
span { border-color: rgb(246,109,55); }
td.TdClassName
{
border-color: #F66D37;
}
.TagClassName
{
border-color: #F66D37;
}
</style>