Shades of Outrageous Orange #FF5E2F
Tints of Outrageous Orange #FF5E2F
RGB
CMYK
RGB Variations
Color information
#FF5E2F (or 0xFF5E2F) is known color: Outrageous Orange. HEX triplet: FF, 5E and 2F. RGB value is (255,94,47). Sum of RGB (Red+Green+Blue) = 255+94+47=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E2F is #00A1D0. Grayscale: #898989. Windows color (decimal): -41425 or 3104511. OLE color: 3104511.
HSL color Cylindrical-coordinate representation of color #FF5E2F: hue angle of 13.56º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF5E2F is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 47 | - |
| CMYK | 0 | 0.63 | 0.82 | 0 |
| HSL | 13.56º | 1% | 0.59% | - |
| HSV(B) | 13.56º | 0.82% | 1% | - |
| XYZ | 45.76 | 29.47 | 5.97 | - |
| YUV | 136.78 | 77.34 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 47 | 0 | 0.63 | 0.82 | 0 | 13.56 | 1 | 0.59 |
| Hex | FF | 5E | 2F | 0 | 3F | 52 | 0 | E | 64 | 3B |
| Octal | 377 | 136 | 57 | 0 | 77 | 122 | 0 | 16 | 144 | 73 |
| Binary | 11111111 | 1011110 | 101111 | 0 | 111111 | 1010010 | 0 | 1110 | 1100100 | 111011 |
Color Harmonies of #FF5E2F
Complementary color
Monochromatic Colors of #FF5E2F
Black with #FF5E2F
Text Example
Text Example
White with #FF5E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E2F; }
p { color: rgb(255,94,47); }
H1.HeaderClassName
{
color: #FF5E2F;
}
.AnyTagClassName
{
color: #FF5E2F;
}
</style>
background-color css
<style>
a { background-color: #FF5E2F; }
a { background-color: rgb(255,94,47); }
div.DivClassName
{
background-color: #FF5E2F;
}
.BgClassName
{
background-color: #FF5E2F;
}
</style>
border-color css
<style>
span { border-color: #FF5E2F; }
span { border-color: rgb(255,94,47); }
td.TdClassName
{
border-color: #FF5E2F;
}
.TagClassName
{
border-color: #FF5E2F;
}
</style>