Shades of Outrageous Orange #FA5E31
Tints of Outrageous Orange #FA5E31
RGB
CMYK
RGB Variations
Color information
#FA5E31 (or 0xFA5E31) is known color: Outrageous Orange. HEX triplet: FA, 5E and 31. RGB value is (250,94,49). Sum of RGB (Red+Green+Blue) = 250+94+49=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E31 is #05A1CE. Grayscale: #878787. Windows color (decimal): -369103 or 3235578. OLE color: 3235578.
HSL color Cylindrical-coordinate representation of color #FA5E31: hue angle of 13.43º 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 #FA5E31 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 49 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.02 |
| HSL | 13.43º | 0.95% | 0.59% | - |
| HSV(B) | 13.43º | 0.8% | 0.98% | - |
| XYZ | 43.98 | 28.55 | 6.1 | - |
| YUV | 135.51 | 79.18 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 49 | 0 | 0.62 | 0.80 | 0.02 | 13.43 | 0.95 | 0.59 |
| Hex | FA | 5E | 31 | 0 | 3E | 50 | 2 | D | 5F | 3B |
| Octal | 372 | 136 | 61 | 0 | 76 | 120 | 2 | 15 | 137 | 73 |
| Binary | 11111010 | 1011110 | 110001 | 0 | 111110 | 1010000 | 10 | 1101 | 1011111 | 111011 |
Color Harmonies of #FA5E31
Complementary color
Monochromatic Colors of #FA5E31
Black with #FA5E31
Text Example
Text Example
White with #FA5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E31; }
p { color: rgb(250,94,49); }
H1.HeaderClassName
{
color: #FA5E31;
}
.AnyTagClassName
{
color: #FA5E31;
}
</style>
background-color css
<style>
a { background-color: #FA5E31; }
a { background-color: rgb(250,94,49); }
div.DivClassName
{
background-color: #FA5E31;
}
.BgClassName
{
background-color: #FA5E31;
}
</style>
border-color css
<style>
span { border-color: #FA5E31; }
span { border-color: rgb(250,94,49); }
td.TdClassName
{
border-color: #FA5E31;
}
.TagClassName
{
border-color: #FA5E31;
}
</style>