Shades of Outrageous Orange #FA5E23
Tints of Outrageous Orange #FA5E23
RGB
CMYK
RGB Variations
Color information
#FA5E23 (or 0xFA5E23) is known color: Outrageous Orange. HEX triplet: FA, 5E and 23. RGB value is (250,94,35). Sum of RGB (Red+Green+Blue) = 250+94+35=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E23 is #05A1DC. Grayscale: #868686. Windows color (decimal): -369117 or 2318074. OLE color: 2318074.
HSL color Cylindrical-coordinate representation of color #FA5E23: hue angle of 16.47º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA5E23 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 35 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.02 |
| HSL | 16.47º | 0.96% | 0.56% | - |
| HSV(B) | 16.47º | 0.86% | 0.98% | - |
| XYZ | 43.73 | 28.45 | 4.78 | - |
| YUV | 133.92 | 72.18 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 35 | 0 | 0.62 | 0.86 | 0.02 | 16.47 | 0.96 | 0.56 |
| Hex | FA | 5E | 23 | 0 | 3E | 56 | 2 | 10 | 60 | 38 |
| Octal | 372 | 136 | 43 | 0 | 76 | 126 | 2 | 20 | 140 | 70 |
| Binary | 11111010 | 1011110 | 100011 | 0 | 111110 | 1010110 | 10 | 10000 | 1100000 | 111000 |
Color Harmonies of #FA5E23
Complementary color
Monochromatic Colors of #FA5E23
Black with #FA5E23
Text Example
Text Example
White with #FA5E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E23; }
p { color: rgb(250,94,35); }
H1.HeaderClassName
{
color: #FA5E23;
}
.AnyTagClassName
{
color: #FA5E23;
}
</style>
background-color css
<style>
a { background-color: #FA5E23; }
a { background-color: rgb(250,94,35); }
div.DivClassName
{
background-color: #FA5E23;
}
.BgClassName
{
background-color: #FA5E23;
}
</style>
border-color css
<style>
span { border-color: #FA5E23; }
span { border-color: rgb(250,94,35); }
td.TdClassName
{
border-color: #FA5E23;
}
.TagClassName
{
border-color: #FA5E23;
}
</style>