Shades of Outrageous Orange #FB5E29
Tints of Outrageous Orange #FB5E29
RGB
CMYK
RGB Variations
Color information
#FB5E29 (or 0xFB5E29) is known color: Outrageous Orange. HEX triplet: FB, 5E and 29. RGB value is (251,94,41). Sum of RGB (Red+Green+Blue) = 251+94+41=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E29 is #04A1D6. Grayscale: #878787. Windows color (decimal): -303575 or 2711291. OLE color: 2711291.
HSL color Cylindrical-coordinate representation of color #FB5E29: hue angle of 15.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB5E29 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 41 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.02 |
| HSL | 15.14º | 0.96% | 0.57% | - |
| HSV(B) | 15.14º | 0.84% | 0.98% | - |
| XYZ | 44.19 | 28.67 | 5.3 | - |
| YUV | 134.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 41 | 0 | 0.63 | 0.84 | 0.02 | 15.14 | 0.96 | 0.57 |
| Hex | FB | 5E | 29 | 0 | 3F | 54 | 2 | F | 60 | 39 |
| Octal | 373 | 136 | 51 | 0 | 77 | 124 | 2 | 17 | 140 | 71 |
| Binary | 11111011 | 1011110 | 101001 | 0 | 111111 | 1010100 | 10 | 1111 | 1100000 | 111001 |
Color Harmonies of #FB5E29
Complementary color
Monochromatic Colors of #FB5E29
Black with #FB5E29
Text Example
Text Example
White with #FB5E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E29; }
p { color: rgb(251,94,41); }
H1.HeaderClassName
{
color: #FB5E29;
}
.AnyTagClassName
{
color: #FB5E29;
}
</style>
background-color css
<style>
a { background-color: #FB5E29; }
a { background-color: rgb(251,94,41); }
div.DivClassName
{
background-color: #FB5E29;
}
.BgClassName
{
background-color: #FB5E29;
}
</style>
border-color css
<style>
span { border-color: #FB5E29; }
span { border-color: rgb(251,94,41); }
td.TdClassName
{
border-color: #FB5E29;
}
.TagClassName
{
border-color: #FB5E29;
}
</style>