Shades of Outrageous Orange #FF5B3F
Tints of Outrageous Orange #FF5B3F
RGB
CMYK
RGB Variations
Color information
#FF5B3F (or 0xFF5B3F) is known color: Outrageous Orange. HEX triplet: FF, 5B and 3F. RGB value is (255,91,63). Sum of RGB (Red+Green+Blue) = 255+91+63=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B3F is #00A4C0. Grayscale: #898989. Windows color (decimal): -42177 or 4152319. OLE color: 4152319.
HSL color Cylindrical-coordinate representation of color #FF5B3F: hue angle of 8.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF5B3F is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 63 | - |
| CMYK | 0 | 0.64 | 0.75 | 0 |
| HSL | 8.75º | 1% | 0.62% | - |
| HSV(B) | 8.75º | 0.75% | 1% | - |
| XYZ | 45.88 | 29.1 | 7.9 | - |
| YUV | 136.84 | 86.33 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 63 | 0 | 0.64 | 0.75 | 0 | 8.75 | 1 | 0.62 |
| Hex | FF | 5B | 3F | 0 | 40 | 4B | 0 | 9 | 64 | 3E |
| Octal | 377 | 133 | 77 | 0 | 100 | 113 | 0 | 11 | 144 | 76 |
| Binary | 11111111 | 1011011 | 111111 | 0 | 1000000 | 1001011 | 0 | 1001 | 1100100 | 111110 |
Color Harmonies of #FF5B3F
Complementary color
Monochromatic Colors of #FF5B3F
Black with #FF5B3F
Text Example
Text Example
White with #FF5B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B3F; }
p { color: rgb(255,91,63); }
H1.HeaderClassName
{
color: #FF5B3F;
}
.AnyTagClassName
{
color: #FF5B3F;
}
</style>
background-color css
<style>
a { background-color: #FF5B3F; }
a { background-color: rgb(255,91,63); }
div.DivClassName
{
background-color: #FF5B3F;
}
.BgClassName
{
background-color: #FF5B3F;
}
</style>
border-color css
<style>
span { border-color: #FF5B3F; }
span { border-color: rgb(255,91,63); }
td.TdClassName
{
border-color: #FF5B3F;
}
.TagClassName
{
border-color: #FF5B3F;
}
</style>