Shades of Burnt Orange #F66D25
Tints of Burnt Orange #F66D25
RGB
CMYK
RGB Variations
Color information
#F66D25 (or 0xF66D25) is known color: Burnt Orange. HEX triplet: F6, 6D and 25. RGB value is (246,109,37). Sum of RGB (Red+Green+Blue) = 246+109+37=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66D25 is #0992DA. Grayscale: #8E8E8E. Windows color (decimal): -627419 or 2452982. OLE color: 2452982.
HSL color Cylindrical-coordinate representation of color #F66D25: hue angle of 20.67º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F66D25 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 37 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.04 |
| HSL | 20.67º | 0.92% | 0.55% | - |
| HSV(B) | 20.67º | 0.85% | 0.96% | - |
| XYZ | 43.81 | 30.66 | 5.36 | - |
| YUV | 141.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 37 | 0 | 0.56 | 0.85 | 0.04 | 20.67 | 0.92 | 0.55 |
| Hex | F6 | 6D | 25 | 0 | 38 | 55 | 4 | 15 | 5C | 37 |
| Octal | 366 | 155 | 45 | 0 | 70 | 125 | 4 | 25 | 134 | 67 |
| Binary | 11110110 | 1101101 | 100101 | 0 | 111000 | 1010101 | 100 | 10101 | 1011100 | 110111 |
Color Harmonies of #F66D25
Complementary color
Monochromatic Colors of #F66D25
Black with #F66D25
Text Example
Text Example
White with #F66D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D25; }
p { color: rgb(246,109,37); }
H1.HeaderClassName
{
color: #F66D25;
}
.AnyTagClassName
{
color: #F66D25;
}
</style>
background-color css
<style>
a { background-color: #F66D25; }
a { background-color: rgb(246,109,37); }
div.DivClassName
{
background-color: #F66D25;
}
.BgClassName
{
background-color: #F66D25;
}
</style>
border-color css
<style>
span { border-color: #F66D25; }
span { border-color: rgb(246,109,37); }
td.TdClassName
{
border-color: #F66D25;
}
.TagClassName
{
border-color: #F66D25;
}
</style>