Shades of Outrageous Orange #FA5E27
Tints of Outrageous Orange #FA5E27
RGB
CMYK
RGB Variations
Color information
#FA5E27 (or 0xFA5E27) is known color: Outrageous Orange. HEX triplet: FA, 5E and 27. RGB value is (250,94,39). Sum of RGB (Red+Green+Blue) = 250+94+39=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E27 is #05A1D8. Grayscale: #868686. Windows color (decimal): -369113 or 2580218. OLE color: 2580218.
HSL color Cylindrical-coordinate representation of color #FA5E27: hue angle of 15.64º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA5E27 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 39 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.02 |
| HSL | 15.64º | 0.95% | 0.57% | - |
| HSV(B) | 15.64º | 0.84% | 0.98% | - |
| XYZ | 43.79 | 28.48 | 5.11 | - |
| YUV | 134.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 39 | 0 | 0.62 | 0.84 | 0.02 | 15.64 | 0.95 | 0.57 |
| Hex | FA | 5E | 27 | 0 | 3E | 54 | 2 | 10 | 5F | 39 |
| Octal | 372 | 136 | 47 | 0 | 76 | 124 | 2 | 20 | 137 | 71 |
| Binary | 11111010 | 1011110 | 100111 | 0 | 111110 | 1010100 | 10 | 10000 | 1011111 | 111001 |
Color Harmonies of #FA5E27
Complementary color
Monochromatic Colors of #FA5E27
Black with #FA5E27
Text Example
Text Example
White with #FA5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E27; }
p { color: rgb(250,94,39); }
H1.HeaderClassName
{
color: #FA5E27;
}
.AnyTagClassName
{
color: #FA5E27;
}
</style>
background-color css
<style>
a { background-color: #FA5E27; }
a { background-color: rgb(250,94,39); }
div.DivClassName
{
background-color: #FA5E27;
}
.BgClassName
{
background-color: #FA5E27;
}
</style>
border-color css
<style>
span { border-color: #FA5E27; }
span { border-color: rgb(250,94,39); }
td.TdClassName
{
border-color: #FA5E27;
}
.TagClassName
{
border-color: #FA5E27;
}
</style>