Shades of Burnt Orange #F87530
Tints of Burnt Orange #F87530
RGB
CMYK
RGB Variations
Color information
#F87530 (or 0xF87530) is known color: Burnt Orange. HEX triplet: F8, 75 and 30. RGB value is (248,117,48). Sum of RGB (Red+Green+Blue) = 248+117+48=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F87530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87530 is #078ACF. Grayscale: #949494. Windows color (decimal): -494288 or 3175928. OLE color: 3175928.
HSL color Cylindrical-coordinate representation of color #F87530: hue angle of 20.7º 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 #F87530 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 48 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.03 |
| HSL | 20.7º | 0.93% | 0.58% | - |
| HSV(B) | 20.7º | 0.81% | 0.97% | - |
| XYZ | 45.61 | 32.89 | 6.74 | - |
| YUV | 148.3 | 71.4 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 48 | 0 | 0.53 | 0.81 | 0.03 | 20.7 | 0.93 | 0.58 |
| Hex | F8 | 75 | 30 | 0 | 35 | 51 | 3 | 15 | 5D | 3A |
| Octal | 370 | 165 | 60 | 0 | 65 | 121 | 3 | 25 | 135 | 72 |
| Binary | 11111000 | 1110101 | 110000 | 0 | 110101 | 1010001 | 11 | 10101 | 1011101 | 111010 |
Color Harmonies of #F87530
Complementary color
Monochromatic Colors of #F87530
Black with #F87530
Text Example
Text Example
White with #F87530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87530; }
p { color: rgb(248,117,48); }
H1.HeaderClassName
{
color: #F87530;
}
.AnyTagClassName
{
color: #F87530;
}
</style>
background-color css
<style>
a { background-color: #F87530; }
a { background-color: rgb(248,117,48); }
div.DivClassName
{
background-color: #F87530;
}
.BgClassName
{
background-color: #F87530;
}
</style>
border-color css
<style>
span { border-color: #F87530; }
span { border-color: rgb(248,117,48); }
td.TdClassName
{
border-color: #F87530;
}
.TagClassName
{
border-color: #F87530;
}
</style>