Shades of Outrageous Orange #FF5726
Tints of Outrageous Orange #FF5726
RGB
CMYK
RGB Variations
Color information
#FF5726 (or 0xFF5726) is known color: Outrageous Orange. HEX triplet: FF, 57 and 26. RGB value is (255,87,38). Sum of RGB (Red+Green+Blue) = 255+87+38=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5726 is #00A8D9. Grayscale: #848484. Windows color (decimal): -43226 or 2512895. OLE color: 2512895.
HSL color Cylindrical-coordinate representation of color #FF5726: hue angle of 13.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF5726 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 38 | - |
| CMYK | 0 | 0.66 | 0.85 | 0 |
| HSL | 13.55º | 1% | 0.57% | - |
| HSV(B) | 13.55º | 0.85% | 1% | - |
| XYZ | 45 | 28.22 | 4.91 | - |
| YUV | 131.65 | 75.16 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 38 | 0 | 0.66 | 0.85 | 0 | 13.55 | 1 | 0.57 |
| Hex | FF | 57 | 26 | 0 | 42 | 55 | 0 | E | 64 | 39 |
| Octal | 377 | 127 | 46 | 0 | 102 | 125 | 0 | 16 | 144 | 71 |
| Binary | 11111111 | 1010111 | 100110 | 0 | 1000010 | 1010101 | 0 | 1110 | 1100100 | 111001 |
Color Harmonies of #FF5726
Complementary color
Monochromatic Colors of #FF5726
Black with #FF5726
Text Example
Text Example
White with #FF5726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5726; }
p { color: rgb(255,87,38); }
H1.HeaderClassName
{
color: #FF5726;
}
.AnyTagClassName
{
color: #FF5726;
}
</style>
background-color css
<style>
a { background-color: #FF5726; }
a { background-color: rgb(255,87,38); }
div.DivClassName
{
background-color: #FF5726;
}
.BgClassName
{
background-color: #FF5726;
}
</style>
border-color css
<style>
span { border-color: #FF5726; }
span { border-color: rgb(255,87,38); }
td.TdClassName
{
border-color: #FF5726;
}
.TagClassName
{
border-color: #FF5726;
}
</style>