Shades of Outrageous Orange #FB581E
Tints of Outrageous Orange #FB581E
RGB
CMYK
RGB Variations
Color information
#FB581E (or 0xFB581E) is known color: Outrageous Orange. HEX triplet: FB, 58 and 1E. RGB value is (251,88,30). Sum of RGB (Red+Green+Blue) = 251+88+30=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB581E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB581E is #04A7E1. Grayscale: #828282. Windows color (decimal): -305122 or 1988859. OLE color: 1988859.
HSL color Cylindrical-coordinate representation of color #FB581E: hue angle of 15.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB581E is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 30 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.02 |
| HSL | 15.75º | 0.97% | 0.55% | - |
| HSV(B) | 15.75º | 0.88% | 0.98% | - |
| XYZ | 43.51 | 27.58 | 4.26 | - |
| YUV | 130.13 | 71.5 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 30 | 0 | 0.65 | 0.88 | 0.02 | 15.75 | 0.97 | 0.55 |
| Hex | FB | 58 | 1E | 0 | 41 | 58 | 2 | 10 | 61 | 37 |
| Octal | 373 | 130 | 36 | 0 | 101 | 130 | 2 | 20 | 141 | 67 |
| Binary | 11111011 | 1011000 | 11110 | 0 | 1000001 | 1011000 | 10 | 10000 | 1100001 | 110111 |
Color Harmonies of #FB581E
Complementary color
Monochromatic Colors of #FB581E
Black with #FB581E
Text Example
Text Example
White with #FB581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB581E; }
p { color: rgb(251,88,30); }
H1.HeaderClassName
{
color: #FB581E;
}
.AnyTagClassName
{
color: #FB581E;
}
</style>
background-color css
<style>
a { background-color: #FB581E; }
a { background-color: rgb(251,88,30); }
div.DivClassName
{
background-color: #FB581E;
}
.BgClassName
{
background-color: #FB581E;
}
</style>
border-color css
<style>
span { border-color: #FB581E; }
span { border-color: rgb(251,88,30); }
td.TdClassName
{
border-color: #FB581E;
}
.TagClassName
{
border-color: #FB581E;
}
</style>