Shades of Outrageous Orange #FF5D29
Tints of Outrageous Orange #FF5D29
RGB
CMYK
RGB Variations
Color information
#FF5D29 (or 0xFF5D29) is known color: Outrageous Orange. HEX triplet: FF, 5D and 29. RGB value is (255,93,41). Sum of RGB (Red+Green+Blue) = 255+93+41=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D29 is #00A2D6. Grayscale: #878787. Windows color (decimal): -41687 or 2711039. OLE color: 2711039.
HSL color Cylindrical-coordinate representation of color #FF5D29: hue angle of 14.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF5D29 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 41 | - |
| CMYK | 0 | 0.64 | 0.84 | 0 |
| HSL | 14.58º | 1% | 0.58% | - |
| HSV(B) | 14.58º | 0.84% | 1% | - |
| XYZ | 45.55 | 29.25 | 5.34 | - |
| YUV | 135.51 | 74.67 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 41 | 0 | 0.64 | 0.84 | 0 | 14.58 | 1 | 0.58 |
| Hex | FF | 5D | 29 | 0 | 40 | 54 | 0 | F | 64 | 3A |
| Octal | 377 | 135 | 51 | 0 | 100 | 124 | 0 | 17 | 144 | 72 |
| Binary | 11111111 | 1011101 | 101001 | 0 | 1000000 | 1010100 | 0 | 1111 | 1100100 | 111010 |
Color Harmonies of #FF5D29
Complementary color
Monochromatic Colors of #FF5D29
Black with #FF5D29
Text Example
Text Example
White with #FF5D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D29; }
p { color: rgb(255,93,41); }
H1.HeaderClassName
{
color: #FF5D29;
}
.AnyTagClassName
{
color: #FF5D29;
}
</style>
background-color css
<style>
a { background-color: #FF5D29; }
a { background-color: rgb(255,93,41); }
div.DivClassName
{
background-color: #FF5D29;
}
.BgClassName
{
background-color: #FF5D29;
}
</style>
border-color css
<style>
span { border-color: #FF5D29; }
span { border-color: rgb(255,93,41); }
td.TdClassName
{
border-color: #FF5D29;
}
.TagClassName
{
border-color: #FF5D29;
}
</style>