Shades of Outrageous Orange #FA5320
Tints of Outrageous Orange #FA5320
RGB
CMYK
RGB Variations
Color information
#FA5320 (or 0xFA5320) is known color: Outrageous Orange. HEX triplet: FA, 53 and 20. RGB value is (250,83,32). Sum of RGB (Red+Green+Blue) = 250+83+32=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5320 is #05ACDF. Grayscale: #7F7F7F. Windows color (decimal): -371936 or 2118650. OLE color: 2118650.
HSL color Cylindrical-coordinate representation of color #FA5320: hue angle of 14.04º 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 #FA5320 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 32 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.02 |
| HSL | 14.04º | 0.96% | 0.55% | - |
| HSV(B) | 14.04º | 0.87% | 0.98% | - |
| XYZ | 42.78 | 26.61 | 4.25 | - |
| YUV | 127.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 32 | 0 | 0.67 | 0.87 | 0.02 | 14.04 | 0.96 | 0.55 |
| Hex | FA | 53 | 20 | 0 | 43 | 57 | 2 | E | 60 | 37 |
| Octal | 372 | 123 | 40 | 0 | 103 | 127 | 2 | 16 | 140 | 67 |
| Binary | 11111010 | 1010011 | 100000 | 0 | 1000011 | 1010111 | 10 | 1110 | 1100000 | 110111 |
Color Harmonies of #FA5320
Complementary color
Monochromatic Colors of #FA5320
Black with #FA5320
Text Example
Text Example
White with #FA5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5320; }
p { color: rgb(250,83,32); }
H1.HeaderClassName
{
color: #FA5320;
}
.AnyTagClassName
{
color: #FA5320;
}
</style>
background-color css
<style>
a { background-color: #FA5320; }
a { background-color: rgb(250,83,32); }
div.DivClassName
{
background-color: #FA5320;
}
.BgClassName
{
background-color: #FA5320;
}
</style>
border-color css
<style>
span { border-color: #FA5320; }
span { border-color: rgb(250,83,32); }
td.TdClassName
{
border-color: #FA5320;
}
.TagClassName
{
border-color: #FA5320;
}
</style>