Shades of Burnt Orange #F86D30
Tints of Burnt Orange #F86D30
RGB
CMYK
RGB Variations
Color information
#F86D30 (or 0xF86D30) is known color: Burnt Orange. HEX triplet: F8, 6D and 30. RGB value is (248,109,48). Sum of RGB (Red+Green+Blue) = 248+109+48=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86D30 is #0792CF. Grayscale: #8F8F8F. Windows color (decimal): -496336 or 3173880. OLE color: 3173880.
HSL color Cylindrical-coordinate representation of color #F86D30: hue angle of 18.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 #F86D30 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 48 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.03 |
| HSL | 18.3º | 0.93% | 0.58% | - |
| HSV(B) | 18.3º | 0.81% | 0.97% | - |
| XYZ | 44.71 | 31.11 | 6.44 | - |
| YUV | 143.61 | 74.05 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 48 | 0 | 0.56 | 0.81 | 0.03 | 18.3 | 0.93 | 0.58 |
| Hex | F8 | 6D | 30 | 0 | 38 | 51 | 3 | 12 | 5D | 3A |
| Octal | 370 | 155 | 60 | 0 | 70 | 121 | 3 | 22 | 135 | 72 |
| Binary | 11111000 | 1101101 | 110000 | 0 | 111000 | 1010001 | 11 | 10010 | 1011101 | 111010 |
Color Harmonies of #F86D30
Complementary color
Monochromatic Colors of #F86D30
Black with #F86D30
Text Example
Text Example
White with #F86D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D30; }
p { color: rgb(248,109,48); }
H1.HeaderClassName
{
color: #F86D30;
}
.AnyTagClassName
{
color: #F86D30;
}
</style>
background-color css
<style>
a { background-color: #F86D30; }
a { background-color: rgb(248,109,48); }
div.DivClassName
{
background-color: #F86D30;
}
.BgClassName
{
background-color: #F86D30;
}
</style>
border-color css
<style>
span { border-color: #F86D30; }
span { border-color: rgb(248,109,48); }
td.TdClassName
{
border-color: #F86D30;
}
.TagClassName
{
border-color: #F86D30;
}
</style>