Shades of Burnt Orange #FA712E
Tints of Burnt Orange #FA712E
RGB
CMYK
RGB Variations
Color information
#FA712E (or 0xFA712E) is known color: Burnt Orange. HEX triplet: FA, 71 and 2E. RGB value is (250,113,46). Sum of RGB (Red+Green+Blue) = 250+113+46=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA712E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA712E is #058ED1. Grayscale: #929292. Windows color (decimal): -364242 or 3043834. OLE color: 3043834.
HSL color Cylindrical-coordinate representation of color #FA712E: hue angle of 19.71º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA712E is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 46 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.02 |
| HSL | 19.71º | 0.95% | 0.58% | - |
| HSV(B) | 19.71º | 0.82% | 0.98% | - |
| XYZ | 45.82 | 32.33 | 6.41 | - |
| YUV | 146.33 | 71.39 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 46 | 0 | 0.55 | 0.82 | 0.02 | 19.71 | 0.95 | 0.58 |
| Hex | FA | 71 | 2E | 0 | 37 | 52 | 2 | 14 | 5F | 3A |
| Octal | 372 | 161 | 56 | 0 | 67 | 122 | 2 | 24 | 137 | 72 |
| Binary | 11111010 | 1110001 | 101110 | 0 | 110111 | 1010010 | 10 | 10100 | 1011111 | 111010 |
Color Harmonies of #FA712E
Complementary color
Monochromatic Colors of #FA712E
Black with #FA712E
Text Example
Text Example
White with #FA712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA712E; }
p { color: rgb(250,113,46); }
H1.HeaderClassName
{
color: #FA712E;
}
.AnyTagClassName
{
color: #FA712E;
}
</style>
background-color css
<style>
a { background-color: #FA712E; }
a { background-color: rgb(250,113,46); }
div.DivClassName
{
background-color: #FA712E;
}
.BgClassName
{
background-color: #FA712E;
}
</style>
border-color css
<style>
span { border-color: #FA712E; }
span { border-color: rgb(250,113,46); }
td.TdClassName
{
border-color: #FA712E;
}
.TagClassName
{
border-color: #FA712E;
}
</style>