Shades of Outrageous Orange #FF5F29
Tints of Outrageous Orange #FF5F29
RGB
CMYK
RGB Variations
Color information
#FF5F29 (or 0xFF5F29) is known color: Outrageous Orange. HEX triplet: FF, 5F and 29. RGB value is (255,95,41). Sum of RGB (Red+Green+Blue) = 255+95+41=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F29 is #00A0D6. Grayscale: #898989. Windows color (decimal): -41175 or 2711551. OLE color: 2711551.
HSL color Cylindrical-coordinate representation of color #FF5F29: hue angle of 15.14º 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 #FF5F29 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 41 | - |
| CMYK | 0 | 0.63 | 0.84 | 0 |
| HSL | 15.14º | 1% | 0.58% | - |
| HSV(B) | 15.14º | 0.84% | 1% | - |
| XYZ | 45.73 | 29.6 | 5.4 | - |
| YUV | 136.68 | 74.01 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 41 | 0 | 0.63 | 0.84 | 0 | 15.14 | 1 | 0.58 |
| Hex | FF | 5F | 29 | 0 | 3F | 54 | 0 | F | 64 | 3A |
| Octal | 377 | 137 | 51 | 0 | 77 | 124 | 0 | 17 | 144 | 72 |
| Binary | 11111111 | 1011111 | 101001 | 0 | 111111 | 1010100 | 0 | 1111 | 1100100 | 111010 |
Color Harmonies of #FF5F29
Complementary color
Monochromatic Colors of #FF5F29
Black with #FF5F29
Text Example
Text Example
White with #FF5F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F29; }
p { color: rgb(255,95,41); }
H1.HeaderClassName
{
color: #FF5F29;
}
.AnyTagClassName
{
color: #FF5F29;
}
</style>
background-color css
<style>
a { background-color: #FF5F29; }
a { background-color: rgb(255,95,41); }
div.DivClassName
{
background-color: #FF5F29;
}
.BgClassName
{
background-color: #FF5F29;
}
</style>
border-color css
<style>
span { border-color: #FF5F29; }
span { border-color: rgb(255,95,41); }
td.TdClassName
{
border-color: #FF5F29;
}
.TagClassName
{
border-color: #FF5F29;
}
</style>