Shades of Outrageous Orange #FB5B2B
Tints of Outrageous Orange #FB5B2B
RGB
CMYK
RGB Variations
Color information
#FB5B2B (or 0xFB5B2B) is known color: Outrageous Orange. HEX triplet: FB, 5B and 2B. RGB value is (251,91,43). Sum of RGB (Red+Green+Blue) = 251+91+43=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5B2B is #04A4D4. Grayscale: #858585. Windows color (decimal): -304341 or 2841595. OLE color: 2841595.
HSL color Cylindrical-coordinate representation of color #FB5B2B: hue angle of 13.85º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB5B2B is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 43 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.02 |
| HSL | 13.85º | 0.96% | 0.58% | - |
| HSV(B) | 13.85º | 0.83% | 0.98% | - |
| XYZ | 43.96 | 28.17 | 5.41 | - |
| YUV | 133.37 | 77.01 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 43 | 0 | 0.64 | 0.83 | 0.02 | 13.85 | 0.96 | 0.58 |
| Hex | FB | 5B | 2B | 0 | 40 | 53 | 2 | E | 60 | 3A |
| Octal | 373 | 133 | 53 | 0 | 100 | 123 | 2 | 16 | 140 | 72 |
| Binary | 11111011 | 1011011 | 101011 | 0 | 1000000 | 1010011 | 10 | 1110 | 1100000 | 111010 |
Color Harmonies of #FB5B2B
Complementary color
Monochromatic Colors of #FB5B2B
Black with #FB5B2B
Text Example
Text Example
White with #FB5B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B2B; }
p { color: rgb(251,91,43); }
H1.HeaderClassName
{
color: #FB5B2B;
}
.AnyTagClassName
{
color: #FB5B2B;
}
</style>
background-color css
<style>
a { background-color: #FB5B2B; }
a { background-color: rgb(251,91,43); }
div.DivClassName
{
background-color: #FB5B2B;
}
.BgClassName
{
background-color: #FB5B2B;
}
</style>
border-color css
<style>
span { border-color: #FB5B2B; }
span { border-color: rgb(251,91,43); }
td.TdClassName
{
border-color: #FB5B2B;
}
.TagClassName
{
border-color: #FB5B2B;
}
</style>