Shades of Burnt Orange #FA732A
Tints of Burnt Orange #FA732A
RGB
CMYK
RGB Variations
Color information
#FA732A (or 0xFA732A) is known color: Burnt Orange. HEX triplet: FA, 73 and 2A. RGB value is (250,115,42). Sum of RGB (Red+Green+Blue) = 250+115+42=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA732A is #058CD5. Grayscale: #939393. Windows color (decimal): -363734 or 2782202. OLE color: 2782202.
HSL color Cylindrical-coordinate representation of color #FA732A: hue angle of 21.06º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA732A is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 42 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.02 |
| HSL | 21.06º | 0.95% | 0.57% | - |
| HSV(B) | 21.06º | 0.83% | 0.98% | - |
| XYZ | 45.97 | 32.75 | 6.09 | - |
| YUV | 147.04 | 68.73 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 42 | 0 | 0.54 | 0.83 | 0.02 | 21.06 | 0.95 | 0.57 |
| Hex | FA | 73 | 2A | 0 | 36 | 53 | 2 | 15 | 5F | 39 |
| Octal | 372 | 163 | 52 | 0 | 66 | 123 | 2 | 25 | 137 | 71 |
| Binary | 11111010 | 1110011 | 101010 | 0 | 110110 | 1010011 | 10 | 10101 | 1011111 | 111001 |
Color Harmonies of #FA732A
Complementary color
Monochromatic Colors of #FA732A
Black with #FA732A
Text Example
Text Example
White with #FA732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA732A; }
p { color: rgb(250,115,42); }
H1.HeaderClassName
{
color: #FA732A;
}
.AnyTagClassName
{
color: #FA732A;
}
</style>
background-color css
<style>
a { background-color: #FA732A; }
a { background-color: rgb(250,115,42); }
div.DivClassName
{
background-color: #FA732A;
}
.BgClassName
{
background-color: #FA732A;
}
</style>
border-color css
<style>
span { border-color: #FA732A; }
span { border-color: rgb(250,115,42); }
td.TdClassName
{
border-color: #FA732A;
}
.TagClassName
{
border-color: #FA732A;
}
</style>