Shades of Burnt Orange #F87C33
Tints of Burnt Orange #F87C33
RGB
CMYK
RGB Variations
Color information
#F87C33 (or 0xF87C33) is known color: Burnt Orange. HEX triplet: F8, 7C and 33. RGB value is (248,124,51). Sum of RGB (Red+Green+Blue) = 248+124+51=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87C33 is #0783CC. Grayscale: #999999. Windows color (decimal): -492493 or 3374328. OLE color: 3374328.
HSL color Cylindrical-coordinate representation of color #F87C33: hue angle of 22.23º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F87C33 is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 51 | - |
| CMYK | 0 | 0.5 | 0.79 | 0.03 |
| HSL | 22.23º | 0.93% | 0.59% | - |
| HSV(B) | 22.23º | 0.79% | 0.97% | - |
| XYZ | 46.52 | 34.61 | 7.36 | - |
| YUV | 152.75 | 70.58 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 51 | 0 | 0.5 | 0.79 | 0.03 | 22.23 | 0.93 | 0.59 |
| Hex | F8 | 7C | 33 | 0 | 32 | 4F | 3 | 16 | 5D | 3B |
| Octal | 370 | 174 | 63 | 0 | 62 | 117 | 3 | 26 | 135 | 73 |
| Binary | 11111000 | 1111100 | 110011 | 0 | 110010 | 1001111 | 11 | 10110 | 1011101 | 111011 |
Color Harmonies of #F87C33
Complementary color
Monochromatic Colors of #F87C33
Black with #F87C33
Text Example
Text Example
White with #F87C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C33; }
p { color: rgb(248,124,51); }
H1.HeaderClassName
{
color: #F87C33;
}
.AnyTagClassName
{
color: #F87C33;
}
</style>
background-color css
<style>
a { background-color: #F87C33; }
a { background-color: rgb(248,124,51); }
div.DivClassName
{
background-color: #F87C33;
}
.BgClassName
{
background-color: #F87C33;
}
</style>
border-color css
<style>
span { border-color: #F87C33; }
span { border-color: rgb(248,124,51); }
td.TdClassName
{
border-color: #F87C33;
}
.TagClassName
{
border-color: #F87C33;
}
</style>