Shades of Outrageous Orange #FF5B34
Tints of Outrageous Orange #FF5B34
RGB
CMYK
RGB Variations
Color information
#FF5B34 (or 0xFF5B34) is known color: Outrageous Orange. HEX triplet: FF, 5B and 34. RGB value is (255,91,52). Sum of RGB (Red+Green+Blue) = 255+91+52=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B34 is #00A4CB. Grayscale: #878787. Windows color (decimal): -42188 or 3431423. OLE color: 3431423.
HSL color Cylindrical-coordinate representation of color #FF5B34: hue angle of 11.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF5B34 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 52 | - |
| CMYK | 0 | 0.64 | 0.80 | 0 |
| HSL | 11.53º | 1% | 0.6% | - |
| HSV(B) | 11.53º | 0.8% | 1% | - |
| XYZ | 45.6 | 28.99 | 6.44 | - |
| YUV | 135.59 | 80.83 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 52 | 0 | 0.64 | 0.80 | 0 | 11.53 | 1 | 0.6 |
| Hex | FF | 5B | 34 | 0 | 40 | 50 | 0 | C | 64 | 3C |
| Octal | 377 | 133 | 64 | 0 | 100 | 120 | 0 | 14 | 144 | 74 |
| Binary | 11111111 | 1011011 | 110100 | 0 | 1000000 | 1010000 | 0 | 1100 | 1100100 | 111100 |
Color Harmonies of #FF5B34
Complementary color
Monochromatic Colors of #FF5B34
Black with #FF5B34
Text Example
Text Example
White with #FF5B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B34; }
p { color: rgb(255,91,52); }
H1.HeaderClassName
{
color: #FF5B34;
}
.AnyTagClassName
{
color: #FF5B34;
}
</style>
background-color css
<style>
a { background-color: #FF5B34; }
a { background-color: rgb(255,91,52); }
div.DivClassName
{
background-color: #FF5B34;
}
.BgClassName
{
background-color: #FF5B34;
}
</style>
border-color css
<style>
span { border-color: #FF5B34; }
span { border-color: rgb(255,91,52); }
td.TdClassName
{
border-color: #FF5B34;
}
.TagClassName
{
border-color: #FF5B34;
}
</style>