Shades of Outrageous Orange #FA5E3F
Tints of Outrageous Orange #FA5E3F
RGB
CMYK
RGB Variations
Color information
#FA5E3F (or 0xFA5E3F) is known color: Outrageous Orange. HEX triplet: FA, 5E and 3F. RGB value is (250,94,63). Sum of RGB (Red+Green+Blue) = 250+94+63=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E3F is #05A1C0. Grayscale: #898989. Windows color (decimal): -369089 or 4153082. OLE color: 4153082.
HSL color Cylindrical-coordinate representation of color #FA5E3F: hue angle of 9.95º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA5E3F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 63 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.02 |
| HSL | 9.95º | 0.95% | 0.61% | - |
| HSV(B) | 9.95º | 0.75% | 0.98% | - |
| XYZ | 44.32 | 28.69 | 7.9 | - |
| YUV | 137.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 63 | 0 | 0.62 | 0.75 | 0.02 | 9.95 | 0.95 | 0.61 |
| Hex | FA | 5E | 3F | 0 | 3E | 4B | 2 | A | 5F | 3D |
| Octal | 372 | 136 | 77 | 0 | 76 | 113 | 2 | 12 | 137 | 75 |
| Binary | 11111010 | 1011110 | 111111 | 0 | 111110 | 1001011 | 10 | 1010 | 1011111 | 111101 |
Color Harmonies of #FA5E3F
Complementary color
Monochromatic Colors of #FA5E3F
Black with #FA5E3F
Text Example
Text Example
White with #FA5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E3F; }
p { color: rgb(250,94,63); }
H1.HeaderClassName
{
color: #FA5E3F;
}
.AnyTagClassName
{
color: #FA5E3F;
}
</style>
background-color css
<style>
a { background-color: #FA5E3F; }
a { background-color: rgb(250,94,63); }
div.DivClassName
{
background-color: #FA5E3F;
}
.BgClassName
{
background-color: #FA5E3F;
}
</style>
border-color css
<style>
span { border-color: #FA5E3F; }
span { border-color: rgb(250,94,63); }
td.TdClassName
{
border-color: #FA5E3F;
}
.TagClassName
{
border-color: #FA5E3F;
}
</style>