Shades of Burnt Orange #FA7030
Tints of Burnt Orange #FA7030
RGB
CMYK
RGB Variations
Color information
#FA7030 (or 0xFA7030) is known color: Burnt Orange. HEX triplet: FA, 70 and 30. RGB value is (250,112,48). Sum of RGB (Red+Green+Blue) = 250+112+48=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7030 is #058FCF. Grayscale: #929292. Windows color (decimal): -364496 or 3174650. OLE color: 3174650.
HSL color Cylindrical-coordinate representation of color #FA7030: hue angle of 19.01º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA7030 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 48 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.02 |
| HSL | 19.01º | 0.95% | 0.58% | - |
| HSV(B) | 19.01º | 0.81% | 0.98% | - |
| XYZ | 45.75 | 32.13 | 6.59 | - |
| YUV | 145.97 | 72.72 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 48 | 0 | 0.55 | 0.81 | 0.02 | 19.01 | 0.95 | 0.58 |
| Hex | FA | 70 | 30 | 0 | 37 | 51 | 2 | 13 | 5F | 3A |
| Octal | 372 | 160 | 60 | 0 | 67 | 121 | 2 | 23 | 137 | 72 |
| Binary | 11111010 | 1110000 | 110000 | 0 | 110111 | 1010001 | 10 | 10011 | 1011111 | 111010 |
Color Harmonies of #FA7030
Complementary color
Monochromatic Colors of #FA7030
Black with #FA7030
Text Example
Text Example
White with #FA7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7030; }
p { color: rgb(250,112,48); }
H1.HeaderClassName
{
color: #FA7030;
}
.AnyTagClassName
{
color: #FA7030;
}
</style>
background-color css
<style>
a { background-color: #FA7030; }
a { background-color: rgb(250,112,48); }
div.DivClassName
{
background-color: #FA7030;
}
.BgClassName
{
background-color: #FA7030;
}
</style>
border-color css
<style>
span { border-color: #FA7030; }
span { border-color: rgb(250,112,48); }
td.TdClassName
{
border-color: #FA7030;
}
.TagClassName
{
border-color: #FA7030;
}
</style>