Shades of Outrageous Orange #FB5E26
Tints of Outrageous Orange #FB5E26
RGB
CMYK
RGB Variations
Color information
#FB5E26 (or 0xFB5E26) is known color: Outrageous Orange. HEX triplet: FB, 5E and 26. RGB value is (251,94,38). Sum of RGB (Red+Green+Blue) = 251+94+38=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E26 is #04A1D9. Grayscale: #868686. Windows color (decimal): -303578 or 2514683. OLE color: 2514683.
HSL color Cylindrical-coordinate representation of color #FB5E26: hue angle of 15.77º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB5E26 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 38 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.02 |
| HSL | 15.77º | 0.96% | 0.57% | - |
| HSV(B) | 15.77º | 0.85% | 0.98% | - |
| XYZ | 44.14 | 28.65 | 5.04 | - |
| YUV | 134.56 | 73.51 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 38 | 0 | 0.63 | 0.85 | 0.02 | 15.77 | 0.96 | 0.57 |
| Hex | FB | 5E | 26 | 0 | 3F | 55 | 2 | 10 | 60 | 39 |
| Octal | 373 | 136 | 46 | 0 | 77 | 125 | 2 | 20 | 140 | 71 |
| Binary | 11111011 | 1011110 | 100110 | 0 | 111111 | 1010101 | 10 | 10000 | 1100000 | 111001 |
Color Harmonies of #FB5E26
Complementary color
Monochromatic Colors of #FB5E26
Black with #FB5E26
Text Example
Text Example
White with #FB5E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E26; }
p { color: rgb(251,94,38); }
H1.HeaderClassName
{
color: #FB5E26;
}
.AnyTagClassName
{
color: #FB5E26;
}
</style>
background-color css
<style>
a { background-color: #FB5E26; }
a { background-color: rgb(251,94,38); }
div.DivClassName
{
background-color: #FB5E26;
}
.BgClassName
{
background-color: #FB5E26;
}
</style>
border-color css
<style>
span { border-color: #FB5E26; }
span { border-color: rgb(251,94,38); }
td.TdClassName
{
border-color: #FB5E26;
}
.TagClassName
{
border-color: #FB5E26;
}
</style>