Shades of Outrageous Orange #FA5E26
Tints of Outrageous Orange #FA5E26
RGB
CMYK
RGB Variations
Color information
#FA5E26 (or 0xFA5E26) is known color: Outrageous Orange. HEX triplet: FA, 5E and 26. RGB value is (250,94,38). Sum of RGB (Red+Green+Blue) = 250+94+38=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E26 is #05A1D9. Grayscale: #868686. Windows color (decimal): -369114 or 2514682. OLE color: 2514682.
HSL color Cylindrical-coordinate representation of color #FA5E26: hue angle of 15.85º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA5E26 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 38 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.02 |
| HSL | 15.85º | 0.95% | 0.56% | - |
| HSV(B) | 15.85º | 0.85% | 0.98% | - |
| XYZ | 43.78 | 28.47 | 5.02 | - |
| YUV | 134.26 | 73.68 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 38 | 0 | 0.62 | 0.85 | 0.02 | 15.85 | 0.95 | 0.56 |
| Hex | FA | 5E | 26 | 0 | 3E | 55 | 2 | 10 | 5F | 38 |
| Octal | 372 | 136 | 46 | 0 | 76 | 125 | 2 | 20 | 137 | 70 |
| Binary | 11111010 | 1011110 | 100110 | 0 | 111110 | 1010101 | 10 | 10000 | 1011111 | 111000 |
Color Harmonies of #FA5E26
Complementary color
Monochromatic Colors of #FA5E26
Black with #FA5E26
Text Example
Text Example
White with #FA5E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E26; }
p { color: rgb(250,94,38); }
H1.HeaderClassName
{
color: #FA5E26;
}
.AnyTagClassName
{
color: #FA5E26;
}
</style>
background-color css
<style>
a { background-color: #FA5E26; }
a { background-color: rgb(250,94,38); }
div.DivClassName
{
background-color: #FA5E26;
}
.BgClassName
{
background-color: #FA5E26;
}
</style>
border-color css
<style>
span { border-color: #FA5E26; }
span { border-color: rgb(250,94,38); }
td.TdClassName
{
border-color: #FA5E26;
}
.TagClassName
{
border-color: #FA5E26;
}
</style>