Shades of Outrageous Orange #FF5B2D
Tints of Outrageous Orange #FF5B2D
RGB
CMYK
RGB Variations
Color information
#FF5B2D (or 0xFF5B2D) is known color: Outrageous Orange. HEX triplet: FF, 5B and 2D. RGB value is (255,91,45). Sum of RGB (Red+Green+Blue) = 255+91+45=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B2D is #00A4D2. Grayscale: #878787. Windows color (decimal): -42195 or 2972671. OLE color: 2972671.
HSL color Cylindrical-coordinate representation of color #FF5B2D: hue angle of 13.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF5B2D is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 45 | - |
| CMYK | 0 | 0.64 | 0.82 | 0 |
| HSL | 13.14º | 1% | 0.59% | - |
| HSV(B) | 13.14º | 0.82% | 1% | - |
| XYZ | 45.45 | 28.93 | 5.67 | - |
| YUV | 134.79 | 77.33 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 45 | 0 | 0.64 | 0.82 | 0 | 13.14 | 1 | 0.59 |
| Hex | FF | 5B | 2D | 0 | 40 | 52 | 0 | D | 64 | 3B |
| Octal | 377 | 133 | 55 | 0 | 100 | 122 | 0 | 15 | 144 | 73 |
| Binary | 11111111 | 1011011 | 101101 | 0 | 1000000 | 1010010 | 0 | 1101 | 1100100 | 111011 |
Color Harmonies of #FF5B2D
Complementary color
Monochromatic Colors of #FF5B2D
Black with #FF5B2D
Text Example
Text Example
White with #FF5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B2D; }
p { color: rgb(255,91,45); }
H1.HeaderClassName
{
color: #FF5B2D;
}
.AnyTagClassName
{
color: #FF5B2D;
}
</style>
background-color css
<style>
a { background-color: #FF5B2D; }
a { background-color: rgb(255,91,45); }
div.DivClassName
{
background-color: #FF5B2D;
}
.BgClassName
{
background-color: #FF5B2D;
}
</style>
border-color css
<style>
span { border-color: #FF5B2D; }
span { border-color: rgb(255,91,45); }
td.TdClassName
{
border-color: #FF5B2D;
}
.TagClassName
{
border-color: #FF5B2D;
}
</style>