Shades of Burnt Orange #F87C38
Tints of Burnt Orange #F87C38
RGB
CMYK
RGB Variations
Color information
#F87C38 (or 0xF87C38) is known color: Burnt Orange. HEX triplet: F8, 7C and 38. RGB value is (248,124,56). Sum of RGB (Red+Green+Blue) = 248+124+56=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87C38 is #0783C7. Grayscale: #999999. Windows color (decimal): -492488 or 3702008. OLE color: 3702008.
HSL color Cylindrical-coordinate representation of color #F87C38: hue angle of 21.25º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F87C38 is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 56 | - |
| CMYK | 0 | 0.5 | 0.77 | 0.03 |
| HSL | 21.25º | 0.93% | 0.6% | - |
| HSV(B) | 21.25º | 0.77% | 0.97% | - |
| XYZ | 46.63 | 34.66 | 7.97 | - |
| YUV | 153.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 56 | 0 | 0.5 | 0.77 | 0.03 | 21.25 | 0.93 | 0.6 |
| Hex | F8 | 7C | 38 | 0 | 32 | 4D | 3 | 15 | 5D | 3C |
| Octal | 370 | 174 | 70 | 0 | 62 | 115 | 3 | 25 | 135 | 74 |
| Binary | 11111000 | 1111100 | 111000 | 0 | 110010 | 1001101 | 11 | 10101 | 1011101 | 111100 |
Color Harmonies of #F87C38
Complementary color
Monochromatic Colors of #F87C38
Black with #F87C38
Text Example
Text Example
White with #F87C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C38; }
p { color: rgb(248,124,56); }
H1.HeaderClassName
{
color: #F87C38;
}
.AnyTagClassName
{
color: #F87C38;
}
</style>
background-color css
<style>
a { background-color: #F87C38; }
a { background-color: rgb(248,124,56); }
div.DivClassName
{
background-color: #F87C38;
}
.BgClassName
{
background-color: #F87C38;
}
</style>
border-color css
<style>
span { border-color: #F87C38; }
span { border-color: rgb(248,124,56); }
td.TdClassName
{
border-color: #F87C38;
}
.TagClassName
{
border-color: #F87C38;
}
</style>