Shades of Burnt Orange #FA7F2E
Tints of Burnt Orange #FA7F2E
RGB
CMYK
RGB Variations
Color information
#FA7F2E (or 0xFA7F2E) is known color: Burnt Orange. HEX triplet: FA, 7F and 2E. RGB value is (250,127,46). Sum of RGB (Red+Green+Blue) = 250+127+46=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7F2E is #0580D1. Grayscale: #9A9A9A. Windows color (decimal): -360658 or 3047418. OLE color: 3047418.
HSL color Cylindrical-coordinate representation of color #FA7F2E: hue angle of 23.82º 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 #FA7F2E is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 46 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.02 |
| HSL | 23.82º | 0.95% | 0.58% | - |
| HSV(B) | 23.82º | 0.82% | 0.98% | - |
| XYZ | 47.51 | 35.7 | 6.97 | - |
| YUV | 154.54 | 66.75 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 46 | 0 | 0.49 | 0.82 | 0.02 | 23.82 | 0.95 | 0.58 |
| Hex | FA | 7F | 2E | 0 | 31 | 52 | 2 | 18 | 5F | 3A |
| Octal | 372 | 177 | 56 | 0 | 61 | 122 | 2 | 30 | 137 | 72 |
| Binary | 11111010 | 1111111 | 101110 | 0 | 110001 | 1010010 | 10 | 11000 | 1011111 | 111010 |
Color Harmonies of #FA7F2E
Complementary color
Monochromatic Colors of #FA7F2E
Black with #FA7F2E
Text Example
Text Example
White with #FA7F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7F2E; }
p { color: rgb(250,127,46); }
H1.HeaderClassName
{
color: #FA7F2E;
}
.AnyTagClassName
{
color: #FA7F2E;
}
</style>
background-color css
<style>
a { background-color: #FA7F2E; }
a { background-color: rgb(250,127,46); }
div.DivClassName
{
background-color: #FA7F2E;
}
.BgClassName
{
background-color: #FA7F2E;
}
</style>
border-color css
<style>
span { border-color: #FA7F2E; }
span { border-color: rgb(250,127,46); }
td.TdClassName
{
border-color: #FA7F2E;
}
.TagClassName
{
border-color: #FA7F2E;
}
</style>