Shades of Outrageous Orange #FF5625
Tints of Outrageous Orange #FF5625
RGB
CMYK
RGB Variations
Color information
#FF5625 (or 0xFF5625) is known color: Outrageous Orange. HEX triplet: FF, 56 and 25. RGB value is (255,86,37). Sum of RGB (Red+Green+Blue) = 255+86+37=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5625 is #00A9DA. Grayscale: #838383. Windows color (decimal): -43483 or 2447103. OLE color: 2447103.
HSL color Cylindrical-coordinate representation of color #FF5625: hue angle of 13.49º 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 #FF5625 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 37 | - |
| CMYK | 0 | 0.66 | 0.85 | 0 |
| HSL | 13.49º | 1% | 0.57% | - |
| HSV(B) | 13.49º | 0.85% | 1% | - |
| XYZ | 44.9 | 28.05 | 4.8 | - |
| YUV | 130.95 | 74.99 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 37 | 0 | 0.66 | 0.85 | 0 | 13.49 | 1 | 0.57 |
| Hex | FF | 56 | 25 | 0 | 42 | 55 | 0 | D | 64 | 39 |
| Octal | 377 | 126 | 45 | 0 | 102 | 125 | 0 | 15 | 144 | 71 |
| Binary | 11111111 | 1010110 | 100101 | 0 | 1000010 | 1010101 | 0 | 1101 | 1100100 | 111001 |
Color Harmonies of #FF5625
Complementary color
Monochromatic Colors of #FF5625
Black with #FF5625
Text Example
Text Example
White with #FF5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5625; }
p { color: rgb(255,86,37); }
H1.HeaderClassName
{
color: #FF5625;
}
.AnyTagClassName
{
color: #FF5625;
}
</style>
background-color css
<style>
a { background-color: #FF5625; }
a { background-color: rgb(255,86,37); }
div.DivClassName
{
background-color: #FF5625;
}
.BgClassName
{
background-color: #FF5625;
}
</style>
border-color css
<style>
span { border-color: #FF5625; }
span { border-color: rgb(255,86,37); }
td.TdClassName
{
border-color: #FF5625;
}
.TagClassName
{
border-color: #FF5625;
}
</style>