Shades of Burnt Orange #F6733C
Tints of Burnt Orange #F6733C
RGB
CMYK
RGB Variations
Color information
#F6733C (or 0xF6733C) is known color: Burnt Orange. HEX triplet: F6, 73 and 3C. RGB value is (246,115,60). Sum of RGB (Red+Green+Blue) = 246+115+60=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6733C is #098CC3. Grayscale: #949494. Windows color (decimal): -625860 or 3961846. OLE color: 3961846.
HSL color Cylindrical-coordinate representation of color #F6733C: hue angle of 17.74º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6733C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 60 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.04 |
| HSL | 17.74º | 0.91% | 0.6% | - |
| HSV(B) | 17.74º | 0.76% | 0.96% | - |
| XYZ | 44.95 | 32.18 | 8.12 | - |
| YUV | 147.9 | 78.4 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 60 | 0 | 0.53 | 0.76 | 0.04 | 17.74 | 0.91 | 0.6 |
| Hex | F6 | 73 | 3C | 0 | 35 | 4C | 4 | 12 | 5B | 3C |
| Octal | 366 | 163 | 74 | 0 | 65 | 114 | 4 | 22 | 133 | 74 |
| Binary | 11110110 | 1110011 | 111100 | 0 | 110101 | 1001100 | 100 | 10010 | 1011011 | 111100 |
Color Harmonies of #F6733C
Complementary color
Monochromatic Colors of #F6733C
Black with #F6733C
Text Example
Text Example
White with #F6733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6733C; }
p { color: rgb(246,115,60); }
H1.HeaderClassName
{
color: #F6733C;
}
.AnyTagClassName
{
color: #F6733C;
}
</style>
background-color css
<style>
a { background-color: #F6733C; }
a { background-color: rgb(246,115,60); }
div.DivClassName
{
background-color: #F6733C;
}
.BgClassName
{
background-color: #F6733C;
}
</style>
border-color css
<style>
span { border-color: #F6733C; }
span { border-color: rgb(246,115,60); }
td.TdClassName
{
border-color: #F6733C;
}
.TagClassName
{
border-color: #F6733C;
}
</style>