Shades of Burnt Orange #F8753C
Tints of Burnt Orange #F8753C
RGB
CMYK
RGB Variations
Color information
#F8753C (or 0xF8753C) is known color: Burnt Orange. HEX triplet: F8, 75 and 3C. RGB value is (248,117,60). Sum of RGB (Red+Green+Blue) = 248+117+60=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8753C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8753C is #078AC3. Grayscale: #969696. Windows color (decimal): -494276 or 3962360. OLE color: 3962360.
HSL color Cylindrical-coordinate representation of color #F8753C: hue angle of 18.19º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8753C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 60 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.03 |
| HSL | 18.19º | 0.93% | 0.6% | - |
| HSV(B) | 18.19º | 0.76% | 0.97% | - |
| XYZ | 45.89 | 33.01 | 8.23 | - |
| YUV | 149.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 60 | 0 | 0.53 | 0.76 | 0.03 | 18.19 | 0.93 | 0.6 |
| Hex | F8 | 75 | 3C | 0 | 35 | 4C | 3 | 12 | 5D | 3C |
| Octal | 370 | 165 | 74 | 0 | 65 | 114 | 3 | 22 | 135 | 74 |
| Binary | 11111000 | 1110101 | 111100 | 0 | 110101 | 1001100 | 11 | 10010 | 1011101 | 111100 |
Color Harmonies of #F8753C
Complementary color
Monochromatic Colors of #F8753C
Black with #F8753C
Text Example
Text Example
White with #F8753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8753C; }
p { color: rgb(248,117,60); }
H1.HeaderClassName
{
color: #F8753C;
}
.AnyTagClassName
{
color: #F8753C;
}
</style>
background-color css
<style>
a { background-color: #F8753C; }
a { background-color: rgb(248,117,60); }
div.DivClassName
{
background-color: #F8753C;
}
.BgClassName
{
background-color: #F8753C;
}
</style>
border-color css
<style>
span { border-color: #F8753C; }
span { border-color: rgb(248,117,60); }
td.TdClassName
{
border-color: #F8753C;
}
.TagClassName
{
border-color: #F8753C;
}
</style>