Shades of Outrageous Orange #FF5727
Tints of Outrageous Orange #FF5727
RGB
CMYK
RGB Variations
Color information
#FF5727 (or 0xFF5727) is known color: Outrageous Orange. HEX triplet: FF, 57 and 27. RGB value is (255,87,39). Sum of RGB (Red+Green+Blue) = 255+87+39=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5727 is #00A8D8. Grayscale: #848484. Windows color (decimal): -43225 or 2578431. OLE color: 2578431.
HSL color Cylindrical-coordinate representation of color #FF5727: hue angle of 13.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF5727 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 39 | - |
| CMYK | 0 | 0.66 | 0.85 | 0 |
| HSL | 13.33º | 1% | 0.58% | - |
| HSV(B) | 13.33º | 0.85% | 1% | - |
| XYZ | 45.01 | 28.22 | 4.99 | - |
| YUV | 131.76 | 75.66 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 39 | 0 | 0.66 | 0.85 | 0 | 13.33 | 1 | 0.58 |
| Hex | FF | 57 | 27 | 0 | 42 | 55 | 0 | D | 64 | 3A |
| Octal | 377 | 127 | 47 | 0 | 102 | 125 | 0 | 15 | 144 | 72 |
| Binary | 11111111 | 1010111 | 100111 | 0 | 1000010 | 1010101 | 0 | 1101 | 1100100 | 111010 |
Color Harmonies of #FF5727
Complementary color
Monochromatic Colors of #FF5727
Black with #FF5727
Text Example
Text Example
White with #FF5727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5727; }
p { color: rgb(255,87,39); }
H1.HeaderClassName
{
color: #FF5727;
}
.AnyTagClassName
{
color: #FF5727;
}
</style>
background-color css
<style>
a { background-color: #FF5727; }
a { background-color: rgb(255,87,39); }
div.DivClassName
{
background-color: #FF5727;
}
.BgClassName
{
background-color: #FF5727;
}
</style>
border-color css
<style>
span { border-color: #FF5727; }
span { border-color: rgb(255,87,39); }
td.TdClassName
{
border-color: #FF5727;
}
.TagClassName
{
border-color: #FF5727;
}
</style>