Shades of Outrageous Orange #FA5B26
Tints of Outrageous Orange #FA5B26
RGB
CMYK
RGB Variations
Color information
#FA5B26 (or 0xFA5B26) is known color: Outrageous Orange. HEX triplet: FA, 5B and 26. RGB value is (250,91,38). Sum of RGB (Red+Green+Blue) = 250+91+38=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5B26 is #05A4D9. Grayscale: #848484. Windows color (decimal): -369882 or 2513914. OLE color: 2513914.
HSL color Cylindrical-coordinate representation of color #FA5B26: hue angle of 15º 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 #FA5B26 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 38 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.02 |
| HSL | 15º | 0.95% | 0.56% | - |
| HSV(B) | 15º | 0.85% | 0.98% | - |
| XYZ | 43.52 | 27.95 | 4.93 | - |
| YUV | 132.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 38 | 0 | 0.64 | 0.85 | 0.02 | 15 | 0.95 | 0.56 |
| Hex | FA | 5B | 26 | 0 | 40 | 55 | 2 | F | 5F | 38 |
| Octal | 372 | 133 | 46 | 0 | 100 | 125 | 2 | 17 | 137 | 70 |
| Binary | 11111010 | 1011011 | 100110 | 0 | 1000000 | 1010101 | 10 | 1111 | 1011111 | 111000 |
Color Harmonies of #FA5B26
Complementary color
Monochromatic Colors of #FA5B26
Black with #FA5B26
Text Example
Text Example
White with #FA5B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B26; }
p { color: rgb(250,91,38); }
H1.HeaderClassName
{
color: #FA5B26;
}
.AnyTagClassName
{
color: #FA5B26;
}
</style>
background-color css
<style>
a { background-color: #FA5B26; }
a { background-color: rgb(250,91,38); }
div.DivClassName
{
background-color: #FA5B26;
}
.BgClassName
{
background-color: #FA5B26;
}
</style>
border-color css
<style>
span { border-color: #FA5B26; }
span { border-color: rgb(250,91,38); }
td.TdClassName
{
border-color: #FA5B26;
}
.TagClassName
{
border-color: #FA5B26;
}
</style>