Shades of Burnt Orange #FA7E2F
Tints of Burnt Orange #FA7E2F
RGB
CMYK
RGB Variations
Color information
#FA7E2F (or 0xFA7E2F) is known color: Burnt Orange. HEX triplet: FA, 7E and 2F. RGB value is (250,126,47). Sum of RGB (Red+Green+Blue) = 250+126+47=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E2F is #0581D0. Grayscale: #9A9A9A. Windows color (decimal): -360913 or 3112698. OLE color: 3112698.
HSL color Cylindrical-coordinate representation of color #FA7E2F: hue angle of 23.35º 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 #FA7E2F is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 47 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.02 |
| HSL | 23.35º | 0.95% | 0.58% | - |
| HSV(B) | 23.35º | 0.81% | 0.98% | - |
| XYZ | 47.4 | 35.45 | 7.03 | - |
| YUV | 154.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 47 | 0 | 0.50 | 0.81 | 0.02 | 23.35 | 0.95 | 0.58 |
| Hex | FA | 7E | 2F | 0 | 32 | 51 | 2 | 17 | 5F | 3A |
| Octal | 372 | 176 | 57 | 0 | 62 | 121 | 2 | 27 | 137 | 72 |
| Binary | 11111010 | 1111110 | 101111 | 0 | 110010 | 1010001 | 10 | 10111 | 1011111 | 111010 |
Color Harmonies of #FA7E2F
Complementary color
Monochromatic Colors of #FA7E2F
Black with #FA7E2F
Text Example
Text Example
White with #FA7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E2F; }
p { color: rgb(250,126,47); }
H1.HeaderClassName
{
color: #FA7E2F;
}
.AnyTagClassName
{
color: #FA7E2F;
}
</style>
background-color css
<style>
a { background-color: #FA7E2F; }
a { background-color: rgb(250,126,47); }
div.DivClassName
{
background-color: #FA7E2F;
}
.BgClassName
{
background-color: #FA7E2F;
}
</style>
border-color css
<style>
span { border-color: #FA7E2F; }
span { border-color: rgb(250,126,47); }
td.TdClassName
{
border-color: #FA7E2F;
}
.TagClassName
{
border-color: #FA7E2F;
}
</style>