Shades of Burnt Orange #F86A38
Tints of Burnt Orange #F86A38
RGB
CMYK
RGB Variations
Color information
#F86A38 (or 0xF86A38) is known color: Burnt Orange. HEX triplet: F8, 6A and 38. RGB value is (248,106,56). Sum of RGB (Red+Green+Blue) = 248+106+56=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86A38 is #0795C7. Grayscale: #8F8F8F. Windows color (decimal): -497096 or 3697400. OLE color: 3697400.
HSL color Cylindrical-coordinate representation of color #F86A38: hue angle of 15.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F86A38 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 56 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.03 |
| HSL | 15.63º | 0.93% | 0.6% | - |
| HSV(B) | 15.63º | 0.77% | 0.97% | - |
| XYZ | 44.58 | 30.55 | 7.29 | - |
| YUV | 142.76 | 79.04 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 56 | 0 | 0.57 | 0.77 | 0.03 | 15.63 | 0.93 | 0.6 |
| Hex | F8 | 6A | 38 | 0 | 39 | 4D | 3 | 10 | 5D | 3C |
| Octal | 370 | 152 | 70 | 0 | 71 | 115 | 3 | 20 | 135 | 74 |
| Binary | 11111000 | 1101010 | 111000 | 0 | 111001 | 1001101 | 11 | 10000 | 1011101 | 111100 |
Color Harmonies of #F86A38
Complementary color
Monochromatic Colors of #F86A38
Black with #F86A38
Text Example
Text Example
White with #F86A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A38; }
p { color: rgb(248,106,56); }
H1.HeaderClassName
{
color: #F86A38;
}
.AnyTagClassName
{
color: #F86A38;
}
</style>
background-color css
<style>
a { background-color: #F86A38; }
a { background-color: rgb(248,106,56); }
div.DivClassName
{
background-color: #F86A38;
}
.BgClassName
{
background-color: #F86A38;
}
</style>
border-color css
<style>
span { border-color: #F86A38; }
span { border-color: rgb(248,106,56); }
td.TdClassName
{
border-color: #F86A38;
}
.TagClassName
{
border-color: #F86A38;
}
</style>