Shades of Outrageous Orange #FF5935
Tints of Outrageous Orange #FF5935
RGB
CMYK
RGB Variations
Color information
#FF5935 (or 0xFF5935) is known color: Outrageous Orange. HEX triplet: FF, 59 and 35. RGB value is (255,89,53). Sum of RGB (Red+Green+Blue) = 255+89+53=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5935 is #00A6CA. Grayscale: #868686. Windows color (decimal): -42699 or 3496447. OLE color: 3496447.
HSL color Cylindrical-coordinate representation of color #FF5935: hue angle of 10.69º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF5935 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 53 | - |
| CMYK | 0 | 0.65 | 0.79 | 0 |
| HSL | 10.69º | 1% | 0.6% | - |
| HSV(B) | 10.69º | 0.79% | 1% | - |
| XYZ | 45.45 | 28.66 | 6.5 | - |
| YUV | 134.53 | 82 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 53 | 0 | 0.65 | 0.79 | 0 | 10.69 | 1 | 0.6 |
| Hex | FF | 59 | 35 | 0 | 41 | 4F | 0 | B | 64 | 3C |
| Octal | 377 | 131 | 65 | 0 | 101 | 117 | 0 | 13 | 144 | 74 |
| Binary | 11111111 | 1011001 | 110101 | 0 | 1000001 | 1001111 | 0 | 1011 | 1100100 | 111100 |
Color Harmonies of #FF5935
Complementary color
Monochromatic Colors of #FF5935
Black with #FF5935
Text Example
Text Example
White with #FF5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5935; }
p { color: rgb(255,89,53); }
H1.HeaderClassName
{
color: #FF5935;
}
.AnyTagClassName
{
color: #FF5935;
}
</style>
background-color css
<style>
a { background-color: #FF5935; }
a { background-color: rgb(255,89,53); }
div.DivClassName
{
background-color: #FF5935;
}
.BgClassName
{
background-color: #FF5935;
}
</style>
border-color css
<style>
span { border-color: #FF5935; }
span { border-color: rgb(255,89,53); }
td.TdClassName
{
border-color: #FF5935;
}
.TagClassName
{
border-color: #FF5935;
}
</style>