Shades of Outrageous Orange #FF5B21
Tints of Outrageous Orange #FF5B21
RGB
CMYK
RGB Variations
Color information
#FF5B21 (or 0xFF5B21) is known color: Outrageous Orange. HEX triplet: FF, 5B and 21. RGB value is (255,91,33). Sum of RGB (Red+Green+Blue) = 255+91+33=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B21 is #00A4DE. Grayscale: #858585. Windows color (decimal): -42207 or 2186239. OLE color: 2186239.
HSL color Cylindrical-coordinate representation of color #FF5B21: hue angle of 15.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF5B21 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 33 | - |
| CMYK | 0 | 0.64 | 0.87 | 0 |
| HSL | 15.68º | 1% | 0.56% | - |
| HSV(B) | 15.68º | 0.87% | 1% | - |
| XYZ | 45.26 | 28.85 | 4.62 | - |
| YUV | 133.42 | 71.33 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 33 | 0 | 0.64 | 0.87 | 0 | 15.68 | 1 | 0.56 |
| Hex | FF | 5B | 21 | 0 | 40 | 57 | 0 | 10 | 64 | 38 |
| Octal | 377 | 133 | 41 | 0 | 100 | 127 | 0 | 20 | 144 | 70 |
| Binary | 11111111 | 1011011 | 100001 | 0 | 1000000 | 1010111 | 0 | 10000 | 1100100 | 111000 |
Color Harmonies of #FF5B21
Complementary color
Monochromatic Colors of #FF5B21
Black with #FF5B21
Text Example
Text Example
White with #FF5B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B21; }
p { color: rgb(255,91,33); }
H1.HeaderClassName
{
color: #FF5B21;
}
.AnyTagClassName
{
color: #FF5B21;
}
</style>
background-color css
<style>
a { background-color: #FF5B21; }
a { background-color: rgb(255,91,33); }
div.DivClassName
{
background-color: #FF5B21;
}
.BgClassName
{
background-color: #FF5B21;
}
</style>
border-color css
<style>
span { border-color: #FF5B21; }
span { border-color: rgb(255,91,33); }
td.TdClassName
{
border-color: #FF5B21;
}
.TagClassName
{
border-color: #FF5B21;
}
</style>