Shades of Burnt Orange #F8742D
Tints of Burnt Orange #F8742D
RGB
CMYK
RGB Variations
Color information
#F8742D (or 0xF8742D) is known color: Burnt Orange. HEX triplet: F8, 74 and 2D. RGB value is (248,116,45). Sum of RGB (Red+Green+Blue) = 248+116+45=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8742D is #078BD2. Grayscale: #939393. Windows color (decimal): -494547 or 2979064. OLE color: 2979064.
HSL color Cylindrical-coordinate representation of color #F8742D: hue angle of 20.99º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8742D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.03 |
| HSL | 20.99º | 0.94% | 0.57% | - |
| HSV(B) | 20.99º | 0.82% | 0.97% | - |
| XYZ | 45.43 | 32.64 | 6.39 | - |
| YUV | 147.37 | 70.23 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 45 | 0 | 0.53 | 0.82 | 0.03 | 20.99 | 0.94 | 0.57 |
| Hex | F8 | 74 | 2D | 0 | 35 | 52 | 3 | 15 | 5E | 39 |
| Octal | 370 | 164 | 55 | 0 | 65 | 122 | 3 | 25 | 136 | 71 |
| Binary | 11111000 | 1110100 | 101101 | 0 | 110101 | 1010010 | 11 | 10101 | 1011110 | 111001 |
Color Harmonies of #F8742D
Complementary color
Monochromatic Colors of #F8742D
Black with #F8742D
Text Example
Text Example
White with #F8742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8742D; }
p { color: rgb(248,116,45); }
H1.HeaderClassName
{
color: #F8742D;
}
.AnyTagClassName
{
color: #F8742D;
}
</style>
background-color css
<style>
a { background-color: #F8742D; }
a { background-color: rgb(248,116,45); }
div.DivClassName
{
background-color: #F8742D;
}
.BgClassName
{
background-color: #F8742D;
}
</style>
border-color css
<style>
span { border-color: #F8742D; }
span { border-color: rgb(248,116,45); }
td.TdClassName
{
border-color: #F8742D;
}
.TagClassName
{
border-color: #F8742D;
}
</style>