Shades of Outrageous Orange #FA5E39
Tints of Outrageous Orange #FA5E39
RGB
CMYK
RGB Variations
Color information
#FA5E39 (or 0xFA5E39) is known color: Outrageous Orange. HEX triplet: FA, 5E and 39. RGB value is (250,94,57). Sum of RGB (Red+Green+Blue) = 250+94+57=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E39 is #05A1C6. Grayscale: #888888. Windows color (decimal): -369095 or 3759866. OLE color: 3759866.
HSL color Cylindrical-coordinate representation of color #FA5E39: hue angle of 11.5º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA5E39 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 57 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.02 |
| HSL | 11.5º | 0.95% | 0.6% | - |
| HSV(B) | 11.5º | 0.77% | 0.98% | - |
| XYZ | 44.17 | 28.62 | 7.07 | - |
| YUV | 136.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 57 | 0 | 0.62 | 0.77 | 0.02 | 11.5 | 0.95 | 0.6 |
| Hex | FA | 5E | 39 | 0 | 3E | 4D | 2 | C | 5F | 3C |
| Octal | 372 | 136 | 71 | 0 | 76 | 115 | 2 | 14 | 137 | 74 |
| Binary | 11111010 | 1011110 | 111001 | 0 | 111110 | 1001101 | 10 | 1100 | 1011111 | 111100 |
Color Harmonies of #FA5E39
Complementary color
Monochromatic Colors of #FA5E39
Black with #FA5E39
Text Example
Text Example
White with #FA5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E39; }
p { color: rgb(250,94,57); }
H1.HeaderClassName
{
color: #FA5E39;
}
.AnyTagClassName
{
color: #FA5E39;
}
</style>
background-color css
<style>
a { background-color: #FA5E39; }
a { background-color: rgb(250,94,57); }
div.DivClassName
{
background-color: #FA5E39;
}
.BgClassName
{
background-color: #FA5E39;
}
</style>
border-color css
<style>
span { border-color: #FA5E39; }
span { border-color: rgb(250,94,57); }
td.TdClassName
{
border-color: #FA5E39;
}
.TagClassName
{
border-color: #FA5E39;
}
</style>