Shades of Burnt Orange #F8732F
Tints of Burnt Orange #F8732F
RGB
CMYK
RGB Variations
Color information
#F8732F (or 0xF8732F) is known color: Burnt Orange. HEX triplet: F8, 73 and 2F. RGB value is (248,115,47). Sum of RGB (Red+Green+Blue) = 248+115+47=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8732F is #078CD0. Grayscale: #939393. Windows color (decimal): -494801 or 3109880. OLE color: 3109880.
HSL color Cylindrical-coordinate representation of color #F8732F: hue angle of 20.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8732F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 47 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.03 |
| HSL | 20.3º | 0.93% | 0.58% | - |
| HSV(B) | 20.3º | 0.81% | 0.97% | - |
| XYZ | 45.36 | 32.42 | 6.56 | - |
| YUV | 147.02 | 71.56 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 47 | 0 | 0.54 | 0.81 | 0.03 | 20.3 | 0.93 | 0.58 |
| Hex | F8 | 73 | 2F | 0 | 36 | 51 | 3 | 14 | 5D | 3A |
| Octal | 370 | 163 | 57 | 0 | 66 | 121 | 3 | 24 | 135 | 72 |
| Binary | 11111000 | 1110011 | 101111 | 0 | 110110 | 1010001 | 11 | 10100 | 1011101 | 111010 |
Color Harmonies of #F8732F
Complementary color
Monochromatic Colors of #F8732F
Black with #F8732F
Text Example
Text Example
White with #F8732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8732F; }
p { color: rgb(248,115,47); }
H1.HeaderClassName
{
color: #F8732F;
}
.AnyTagClassName
{
color: #F8732F;
}
</style>
background-color css
<style>
a { background-color: #F8732F; }
a { background-color: rgb(248,115,47); }
div.DivClassName
{
background-color: #F8732F;
}
.BgClassName
{
background-color: #F8732F;
}
</style>
border-color css
<style>
span { border-color: #F8732F; }
span { border-color: rgb(248,115,47); }
td.TdClassName
{
border-color: #F8732F;
}
.TagClassName
{
border-color: #F8732F;
}
</style>