Shades of Burnt Orange #F8733C
Tints of Burnt Orange #F8733C
RGB
CMYK
RGB Variations
Color information
#F8733C (or 0xF8733C) is known color: Burnt Orange. HEX triplet: F8, 73 and 3C. RGB value is (248,115,60). Sum of RGB (Red+Green+Blue) = 248+115+60=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8733C is #078CC3. Grayscale: #949494. Windows color (decimal): -494788 or 3961848. OLE color: 3961848.
HSL color Cylindrical-coordinate representation of color #F8733C: hue angle of 17.55º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8733C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 60 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.03 |
| HSL | 17.55º | 0.93% | 0.6% | - |
| HSV(B) | 17.55º | 0.76% | 0.97% | - |
| XYZ | 45.66 | 32.54 | 8.15 | - |
| YUV | 148.5 | 78.06 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 60 | 0 | 0.54 | 0.76 | 0.03 | 17.55 | 0.93 | 0.6 |
| Hex | F8 | 73 | 3C | 0 | 36 | 4C | 3 | 12 | 5D | 3C |
| Octal | 370 | 163 | 74 | 0 | 66 | 114 | 3 | 22 | 135 | 74 |
| Binary | 11111000 | 1110011 | 111100 | 0 | 110110 | 1001100 | 11 | 10010 | 1011101 | 111100 |
Color Harmonies of #F8733C
Complementary color
Monochromatic Colors of #F8733C
Black with #F8733C
Text Example
Text Example
White with #F8733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8733C; }
p { color: rgb(248,115,60); }
H1.HeaderClassName
{
color: #F8733C;
}
.AnyTagClassName
{
color: #F8733C;
}
</style>
background-color css
<style>
a { background-color: #F8733C; }
a { background-color: rgb(248,115,60); }
div.DivClassName
{
background-color: #F8733C;
}
.BgClassName
{
background-color: #F8733C;
}
</style>
border-color css
<style>
span { border-color: #F8733C; }
span { border-color: rgb(248,115,60); }
td.TdClassName
{
border-color: #F8733C;
}
.TagClassName
{
border-color: #F8733C;
}
</style>