Shades of Outrageous Orange #FF5229
Tints of Outrageous Orange #FF5229
RGB
CMYK
RGB Variations
Color information
#FF5229 (or 0xFF5229) is known color: Outrageous Orange. HEX triplet: FF, 52 and 29. RGB value is (255,82,41). Sum of RGB (Red+Green+Blue) = 255+82+41=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5229 is #00ADD6. Grayscale: #818181. Windows color (decimal): -44503 or 2708223. OLE color: 2708223.
HSL color Cylindrical-coordinate representation of color #FF5229: hue angle of 11.5º 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 #FF5229 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 41 | - |
| CMYK | 0 | 0.68 | 0.84 | 0 |
| HSL | 11.5º | 1% | 0.58% | - |
| HSV(B) | 11.5º | 0.84% | 1% | - |
| XYZ | 44.66 | 27.45 | 5.04 | - |
| YUV | 129.05 | 78.31 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 41 | 0 | 0.68 | 0.84 | 0 | 11.5 | 1 | 0.58 |
| Hex | FF | 52 | 29 | 0 | 44 | 54 | 0 | B | 64 | 3A |
| Octal | 377 | 122 | 51 | 0 | 104 | 124 | 0 | 13 | 144 | 72 |
| Binary | 11111111 | 1010010 | 101001 | 0 | 1000100 | 1010100 | 0 | 1011 | 1100100 | 111010 |
Color Harmonies of #FF5229
Complementary color
Monochromatic Colors of #FF5229
Black with #FF5229
Text Example
Text Example
White with #FF5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5229; }
p { color: rgb(255,82,41); }
H1.HeaderClassName
{
color: #FF5229;
}
.AnyTagClassName
{
color: #FF5229;
}
</style>
background-color css
<style>
a { background-color: #FF5229; }
a { background-color: rgb(255,82,41); }
div.DivClassName
{
background-color: #FF5229;
}
.BgClassName
{
background-color: #FF5229;
}
</style>
border-color css
<style>
span { border-color: #FF5229; }
span { border-color: rgb(255,82,41); }
td.TdClassName
{
border-color: #FF5229;
}
.TagClassName
{
border-color: #FF5229;
}
</style>