Shades of Burnt Orange #FA7036
Tints of Burnt Orange #FA7036
RGB
CMYK
RGB Variations
Color information
#FA7036 (or 0xFA7036) is known color: Burnt Orange. HEX triplet: FA, 70 and 36. RGB value is (250,112,54). Sum of RGB (Red+Green+Blue) = 250+112+54=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7036 is #058FC9. Grayscale: #939393. Windows color (decimal): -364490 or 3567866. OLE color: 3567866.
HSL color Cylindrical-coordinate representation of color #FA7036: hue angle of 17.76º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA7036 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 54 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.02 |
| HSL | 17.76º | 0.95% | 0.6% | - |
| HSV(B) | 17.76º | 0.78% | 0.98% | - |
| XYZ | 45.88 | 32.18 | 7.28 | - |
| YUV | 146.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 54 | 0 | 0.55 | 0.78 | 0.02 | 17.76 | 0.95 | 0.6 |
| Hex | FA | 70 | 36 | 0 | 37 | 4E | 2 | 12 | 5F | 3C |
| Octal | 372 | 160 | 66 | 0 | 67 | 116 | 2 | 22 | 137 | 74 |
| Binary | 11111010 | 1110000 | 110110 | 0 | 110111 | 1001110 | 10 | 10010 | 1011111 | 111100 |
Color Harmonies of #FA7036
Complementary color
Monochromatic Colors of #FA7036
Black with #FA7036
Text Example
Text Example
White with #FA7036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7036; }
p { color: rgb(250,112,54); }
H1.HeaderClassName
{
color: #FA7036;
}
.AnyTagClassName
{
color: #FA7036;
}
</style>
background-color css
<style>
a { background-color: #FA7036; }
a { background-color: rgb(250,112,54); }
div.DivClassName
{
background-color: #FA7036;
}
.BgClassName
{
background-color: #FA7036;
}
</style>
border-color css
<style>
span { border-color: #FA7036; }
span { border-color: rgb(250,112,54); }
td.TdClassName
{
border-color: #FA7036;
}
.TagClassName
{
border-color: #FA7036;
}
</style>