Shades of Outrageous Orange #FF5537
Tints of Outrageous Orange #FF5537
RGB
CMYK
RGB Variations
Color information
#FF5537 (or 0xFF5537) is known color: Outrageous Orange. HEX triplet: FF, 55 and 37. RGB value is (255,85,55). Sum of RGB (Red+Green+Blue) = 255+85+55=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5537 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5537 is #00AAC8. Grayscale: #848484. Windows color (decimal): -43721 or 3626495. OLE color: 3626495.
HSL color Cylindrical-coordinate representation of color #FF5537: hue angle of 9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF5537 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 55 | - |
| CMYK | 0 | 0.67 | 0.78 | 0 |
| HSL | 9º | 1% | 0.61% | - |
| HSV(B) | 9º | 0.78% | 1% | - |
| XYZ | 45.18 | 28.03 | 6.64 | - |
| YUV | 132.41 | 84.32 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 55 | 0 | 0.67 | 0.78 | 0 | 9 | 1 | 0.61 |
| Hex | FF | 55 | 37 | 0 | 43 | 4E | 0 | 9 | 64 | 3D |
| Octal | 377 | 125 | 67 | 0 | 103 | 116 | 0 | 11 | 144 | 75 |
| Binary | 11111111 | 1010101 | 110111 | 0 | 1000011 | 1001110 | 0 | 1001 | 1100100 | 111101 |
Color Harmonies of #FF5537
Complementary color
Monochromatic Colors of #FF5537
Black with #FF5537
Text Example
Text Example
White with #FF5537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5537; }
p { color: rgb(255,85,55); }
H1.HeaderClassName
{
color: #FF5537;
}
.AnyTagClassName
{
color: #FF5537;
}
</style>
background-color css
<style>
a { background-color: #FF5537; }
a { background-color: rgb(255,85,55); }
div.DivClassName
{
background-color: #FF5537;
}
.BgClassName
{
background-color: #FF5537;
}
</style>
border-color css
<style>
span { border-color: #FF5537; }
span { border-color: rgb(255,85,55); }
td.TdClassName
{
border-color: #FF5537;
}
.TagClassName
{
border-color: #FF5537;
}
</style>