Shades of Burnt Orange #FA7934
Tints of Burnt Orange #FA7934
RGB
CMYK
RGB Variations
Color information
#FA7934 (or 0xFA7934) is known color: Burnt Orange. HEX triplet: FA, 79 and 34. RGB value is (250,121,52). Sum of RGB (Red+Green+Blue) = 250+121+52=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7934 is #0586CB. Grayscale: #989898. Windows color (decimal): -362188 or 3439098. OLE color: 3439098.
HSL color Cylindrical-coordinate representation of color #FA7934: hue angle of 20.91º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA7934 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 52 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.02 |
| HSL | 20.91º | 0.95% | 0.59% | - |
| HSV(B) | 20.91º | 0.79% | 0.98% | - |
| XYZ | 46.88 | 34.25 | 7.39 | - |
| YUV | 151.71 | 71.74 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 52 | 0 | 0.52 | 0.79 | 0.02 | 20.91 | 0.95 | 0.59 |
| Hex | FA | 79 | 34 | 0 | 34 | 4F | 2 | 15 | 5F | 3B |
| Octal | 372 | 171 | 64 | 0 | 64 | 117 | 2 | 25 | 137 | 73 |
| Binary | 11111010 | 1111001 | 110100 | 0 | 110100 | 1001111 | 10 | 10101 | 1011111 | 111011 |
Color Harmonies of #FA7934
Complementary color
Monochromatic Colors of #FA7934
Black with #FA7934
Text Example
Text Example
White with #FA7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7934; }
p { color: rgb(250,121,52); }
H1.HeaderClassName
{
color: #FA7934;
}
.AnyTagClassName
{
color: #FA7934;
}
</style>
background-color css
<style>
a { background-color: #FA7934; }
a { background-color: rgb(250,121,52); }
div.DivClassName
{
background-color: #FA7934;
}
.BgClassName
{
background-color: #FA7934;
}
</style>
border-color css
<style>
span { border-color: #FA7934; }
span { border-color: rgb(250,121,52); }
td.TdClassName
{
border-color: #FA7934;
}
.TagClassName
{
border-color: #FA7934;
}
</style>