Shades of Outrageous Orange #FA5021
Tints of Outrageous Orange #FA5021
RGB
CMYK
RGB Variations
Color information
#FA5021 (or 0xFA5021) is known color: Outrageous Orange. HEX triplet: FA, 50 and 21. RGB value is (250,80,33). Sum of RGB (Red+Green+Blue) = 250+80+33=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5021 is #05AFDE. Grayscale: #7D7D7D. Windows color (decimal): -372703 or 2183418. OLE color: 2183418.
HSL color Cylindrical-coordinate representation of color #FA5021: hue angle of 13º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA5021 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 33 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.02 |
| HSL | 13º | 0.96% | 0.55% | - |
| HSV(B) | 13º | 0.87% | 0.98% | - |
| XYZ | 42.57 | 26.17 | 4.25 | - |
| YUV | 125.47 | 75.82 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 33 | 0 | 0.68 | 0.87 | 0.02 | 13 | 0.96 | 0.55 |
| Hex | FA | 50 | 21 | 0 | 44 | 57 | 2 | D | 60 | 37 |
| Octal | 372 | 120 | 41 | 0 | 104 | 127 | 2 | 15 | 140 | 67 |
| Binary | 11111010 | 1010000 | 100001 | 0 | 1000100 | 1010111 | 10 | 1101 | 1100000 | 110111 |
Color Harmonies of #FA5021
Complementary color
Monochromatic Colors of #FA5021
Black with #FA5021
Text Example
Text Example
White with #FA5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5021; }
p { color: rgb(250,80,33); }
H1.HeaderClassName
{
color: #FA5021;
}
.AnyTagClassName
{
color: #FA5021;
}
</style>
background-color css
<style>
a { background-color: #FA5021; }
a { background-color: rgb(250,80,33); }
div.DivClassName
{
background-color: #FA5021;
}
.BgClassName
{
background-color: #FA5021;
}
</style>
border-color css
<style>
span { border-color: #FA5021; }
span { border-color: rgb(250,80,33); }
td.TdClassName
{
border-color: #FA5021;
}
.TagClassName
{
border-color: #FA5021;
}
</style>