Shades of Outrageous Orange #FF5427
Tints of Outrageous Orange #FF5427
RGB
CMYK
RGB Variations
Color information
#FF5427 (or 0xFF5427) is known color: Outrageous Orange. HEX triplet: FF, 54 and 27. RGB value is (255,84,39). Sum of RGB (Red+Green+Blue) = 255+84+39=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5427 is #00ABD8. Grayscale: #828282. Windows color (decimal): -43993 or 2577663. OLE color: 2577663.
HSL color Cylindrical-coordinate representation of color #FF5427: hue angle of 12.5º 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 #FF5427 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 39 | - |
| CMYK | 0 | 0.67 | 0.85 | 0 |
| HSL | 12.5º | 1% | 0.58% | - |
| HSV(B) | 12.5º | 0.85% | 1% | - |
| XYZ | 44.78 | 27.75 | 4.92 | - |
| YUV | 130 | 76.65 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 39 | 0 | 0.67 | 0.85 | 0 | 12.5 | 1 | 0.58 |
| Hex | FF | 54 | 27 | 0 | 43 | 55 | 0 | C | 64 | 3A |
| Octal | 377 | 124 | 47 | 0 | 103 | 125 | 0 | 14 | 144 | 72 |
| Binary | 11111111 | 1010100 | 100111 | 0 | 1000011 | 1010101 | 0 | 1100 | 1100100 | 111010 |
Color Harmonies of #FF5427
Complementary color
Monochromatic Colors of #FF5427
Black with #FF5427
Text Example
Text Example
White with #FF5427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5427; }
p { color: rgb(255,84,39); }
H1.HeaderClassName
{
color: #FF5427;
}
.AnyTagClassName
{
color: #FF5427;
}
</style>
background-color css
<style>
a { background-color: #FF5427; }
a { background-color: rgb(255,84,39); }
div.DivClassName
{
background-color: #FF5427;
}
.BgClassName
{
background-color: #FF5427;
}
</style>
border-color css
<style>
span { border-color: #FF5427; }
span { border-color: rgb(255,84,39); }
td.TdClassName
{
border-color: #FF5427;
}
.TagClassName
{
border-color: #FF5427;
}
</style>