Shades of Outrageous Orange #FB5E1F
Tints of Outrageous Orange #FB5E1F
RGB
CMYK
RGB Variations
Color information
#FB5E1F (or 0xFB5E1F) is known color: Outrageous Orange. HEX triplet: FB, 5E and 1F. RGB value is (251,94,31). Sum of RGB (Red+Green+Blue) = 251+94+31=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E1F is #04A1E0. Grayscale: #868686. Windows color (decimal): -303585 or 2055931. OLE color: 2055931.
HSL color Cylindrical-coordinate representation of color #FB5E1F: hue angle of 17.18º degrees, saturation: 0.96, 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 #FB5E1F is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 31 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.02 |
| HSL | 17.18º | 0.96% | 0.55% | - |
| HSV(B) | 17.18º | 0.88% | 0.98% | - |
| XYZ | 44.03 | 28.61 | 4.5 | - |
| YUV | 133.76 | 70.01 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 31 | 0 | 0.63 | 0.88 | 0.02 | 17.18 | 0.96 | 0.55 |
| Hex | FB | 5E | 1F | 0 | 3F | 58 | 2 | 11 | 60 | 37 |
| Octal | 373 | 136 | 37 | 0 | 77 | 130 | 2 | 21 | 140 | 67 |
| Binary | 11111011 | 1011110 | 11111 | 0 | 111111 | 1011000 | 10 | 10001 | 1100000 | 110111 |
Color Harmonies of #FB5E1F
Complementary color
Monochromatic Colors of #FB5E1F
Black with #FB5E1F
Text Example
Text Example
White with #FB5E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E1F; }
p { color: rgb(251,94,31); }
H1.HeaderClassName
{
color: #FB5E1F;
}
.AnyTagClassName
{
color: #FB5E1F;
}
</style>
background-color css
<style>
a { background-color: #FB5E1F; }
a { background-color: rgb(251,94,31); }
div.DivClassName
{
background-color: #FB5E1F;
}
.BgClassName
{
background-color: #FB5E1F;
}
</style>
border-color css
<style>
span { border-color: #FB5E1F; }
span { border-color: rgb(251,94,31); }
td.TdClassName
{
border-color: #FB5E1F;
}
.TagClassName
{
border-color: #FB5E1F;
}
</style>