Shades of Burnt Orange #F8752A
Tints of Burnt Orange #F8752A
RGB
CMYK
RGB Variations
Color information
#F8752A (or 0xF8752A) is known color: Burnt Orange. HEX triplet: F8, 75 and 2A. RGB value is (248,117,42). Sum of RGB (Red+Green+Blue) = 248+117+42=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8752A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8752A is #078AD5. Grayscale: #949494. Windows color (decimal): -494294 or 2782712. OLE color: 2782712.
HSL color Cylindrical-coordinate representation of color #F8752A: hue angle of 21.84º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8752A is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 42 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.03 |
| HSL | 21.84º | 0.94% | 0.57% | - |
| HSV(B) | 21.84º | 0.83% | 0.97% | - |
| XYZ | 45.49 | 32.85 | 6.13 | - |
| YUV | 147.62 | 68.4 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 42 | 0 | 0.53 | 0.83 | 0.03 | 21.84 | 0.94 | 0.57 |
| Hex | F8 | 75 | 2A | 0 | 35 | 53 | 3 | 16 | 5E | 39 |
| Octal | 370 | 165 | 52 | 0 | 65 | 123 | 3 | 26 | 136 | 71 |
| Binary | 11111000 | 1110101 | 101010 | 0 | 110101 | 1010011 | 11 | 10110 | 1011110 | 111001 |
Color Harmonies of #F8752A
Complementary color
Monochromatic Colors of #F8752A
Black with #F8752A
Text Example
Text Example
White with #F8752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8752A; }
p { color: rgb(248,117,42); }
H1.HeaderClassName
{
color: #F8752A;
}
.AnyTagClassName
{
color: #F8752A;
}
</style>
background-color css
<style>
a { background-color: #F8752A; }
a { background-color: rgb(248,117,42); }
div.DivClassName
{
background-color: #F8752A;
}
.BgClassName
{
background-color: #F8752A;
}
</style>
border-color css
<style>
span { border-color: #F8752A; }
span { border-color: rgb(248,117,42); }
td.TdClassName
{
border-color: #F8752A;
}
.TagClassName
{
border-color: #F8752A;
}
</style>