Shades of Burnt Orange #FA8032
Tints of Burnt Orange #FA8032
RGB
CMYK
RGB Variations
Color information
#FA8032 (or 0xFA8032) is known color: Burnt Orange. HEX triplet: FA, 80 and 32. RGB value is (250,128,50). Sum of RGB (Red+Green+Blue) = 250+128+50=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8032 is #057FCD. Grayscale: #9C9C9C. Windows color (decimal): -360398 or 3309818. OLE color: 3309818.
HSL color Cylindrical-coordinate representation of color #FA8032: hue angle of 23.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA8032 is Cyan = 0, Magento = 0.49, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 50 | - |
| CMYK | 0 | 0.49 | 0.8 | 0.02 |
| HSL | 23.4º | 0.95% | 0.59% | - |
| HSV(B) | 23.4º | 0.8% | 0.98% | - |
| XYZ | 47.72 | 35.99 | 7.45 | - |
| YUV | 155.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 50 | 0 | 0.49 | 0.8 | 0.02 | 23.4 | 0.95 | 0.59 |
| Hex | FA | 80 | 32 | 0 | 31 | 50 | 2 | 17 | 5F | 3B |
| Octal | 372 | 200 | 62 | 0 | 61 | 120 | 2 | 27 | 137 | 73 |
| Binary | 11111010 | 10000000 | 110010 | 0 | 110001 | 1010000 | 10 | 10111 | 1011111 | 111011 |
Color Harmonies of #FA8032
Complementary color
Monochromatic Colors of #FA8032
Black with #FA8032
Text Example
Text Example
White with #FA8032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8032; }
p { color: rgb(250,128,50); }
H1.HeaderClassName
{
color: #FA8032;
}
.AnyTagClassName
{
color: #FA8032;
}
</style>
background-color css
<style>
a { background-color: #FA8032; }
a { background-color: rgb(250,128,50); }
div.DivClassName
{
background-color: #FA8032;
}
.BgClassName
{
background-color: #FA8032;
}
</style>
border-color css
<style>
span { border-color: #FA8032; }
span { border-color: rgb(250,128,50); }
td.TdClassName
{
border-color: #FA8032;
}
.TagClassName
{
border-color: #FA8032;
}
</style>