Shades of Outrageous Orange #FA5E32
Tints of Outrageous Orange #FA5E32
RGB
CMYK
RGB Variations
Color information
#FA5E32 (or 0xFA5E32) is known color: Outrageous Orange. HEX triplet: FA, 5E and 32. RGB value is (250,94,50). Sum of RGB (Red+Green+Blue) = 250+94+50=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E32 is #05A1CD. Grayscale: #878787. Windows color (decimal): -369102 or 3301114. OLE color: 3301114.
HSL color Cylindrical-coordinate representation of color #FA5E32: hue angle of 13.2º 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 #FA5E32 is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 50 | - |
| CMYK | 0 | 0.62 | 0.8 | 0.02 |
| HSL | 13.2º | 0.95% | 0.59% | - |
| HSV(B) | 13.2º | 0.8% | 0.98% | - |
| XYZ | 44 | 28.56 | 6.21 | - |
| YUV | 135.63 | 79.68 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 50 | 0 | 0.62 | 0.8 | 0.02 | 13.2 | 0.95 | 0.59 |
| Hex | FA | 5E | 32 | 0 | 3E | 50 | 2 | D | 5F | 3B |
| Octal | 372 | 136 | 62 | 0 | 76 | 120 | 2 | 15 | 137 | 73 |
| Binary | 11111010 | 1011110 | 110010 | 0 | 111110 | 1010000 | 10 | 1101 | 1011111 | 111011 |
Color Harmonies of #FA5E32
Complementary color
Monochromatic Colors of #FA5E32
Black with #FA5E32
Text Example
Text Example
White with #FA5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E32; }
p { color: rgb(250,94,50); }
H1.HeaderClassName
{
color: #FA5E32;
}
.AnyTagClassName
{
color: #FA5E32;
}
</style>
background-color css
<style>
a { background-color: #FA5E32; }
a { background-color: rgb(250,94,50); }
div.DivClassName
{
background-color: #FA5E32;
}
.BgClassName
{
background-color: #FA5E32;
}
</style>
border-color css
<style>
span { border-color: #FA5E32; }
span { border-color: rgb(250,94,50); }
td.TdClassName
{
border-color: #FA5E32;
}
.TagClassName
{
border-color: #FA5E32;
}
</style>