Shades of Outrageous Orange #FF5720
Tints of Outrageous Orange #FF5720
RGB
CMYK
RGB Variations
Color information
#FF5720 (or 0xFF5720) is known color: Outrageous Orange. HEX triplet: FF, 57 and 20. RGB value is (255,87,32). Sum of RGB (Red+Green+Blue) = 255+87+32=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5720 is #00A8DF. Grayscale: #838383. Windows color (decimal): -43232 or 2119679. OLE color: 2119679.
HSL color Cylindrical-coordinate representation of color #FF5720: hue angle of 14.8º 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 #FF5720 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 32 | - |
| CMYK | 0 | 0.66 | 0.87 | 0 |
| HSL | 14.8º | 1% | 0.56% | - |
| HSV(B) | 14.8º | 0.87% | 1% | - |
| XYZ | 44.91 | 28.18 | 4.44 | - |
| YUV | 130.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 32 | 0 | 0.66 | 0.87 | 0 | 14.8 | 1 | 0.56 |
| Hex | FF | 57 | 20 | 0 | 42 | 57 | 0 | F | 64 | 38 |
| Octal | 377 | 127 | 40 | 0 | 102 | 127 | 0 | 17 | 144 | 70 |
| Binary | 11111111 | 1010111 | 100000 | 0 | 1000010 | 1010111 | 0 | 1111 | 1100100 | 111000 |
Color Harmonies of #FF5720
Complementary color
Monochromatic Colors of #FF5720
Black with #FF5720
Text Example
Text Example
White with #FF5720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5720; }
p { color: rgb(255,87,32); }
H1.HeaderClassName
{
color: #FF5720;
}
.AnyTagClassName
{
color: #FF5720;
}
</style>
background-color css
<style>
a { background-color: #FF5720; }
a { background-color: rgb(255,87,32); }
div.DivClassName
{
background-color: #FF5720;
}
.BgClassName
{
background-color: #FF5720;
}
</style>
border-color css
<style>
span { border-color: #FF5720; }
span { border-color: rgb(255,87,32); }
td.TdClassName
{
border-color: #FF5720;
}
.TagClassName
{
border-color: #FF5720;
}
</style>