Shades of Outrageous Orange #FF522D
Tints of Outrageous Orange #FF522D
RGB
CMYK
RGB Variations
Color information
#FF522D (or 0xFF522D) is known color: Outrageous Orange. HEX triplet: FF, 52 and 2D. RGB value is (255,82,45). Sum of RGB (Red+Green+Blue) = 255+82+45=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF522D is #00ADD2. Grayscale: #818181. Windows color (decimal): -44499 or 2970367. OLE color: 2970367.
HSL color Cylindrical-coordinate representation of color #FF522D: hue angle of 10.57º 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 #FF522D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 45 | - |
| CMYK | 0 | 0.68 | 0.82 | 0 |
| HSL | 10.57º | 1% | 0.59% | - |
| HSV(B) | 10.57º | 0.82% | 1% | - |
| XYZ | 44.73 | 27.48 | 5.43 | - |
| YUV | 129.51 | 80.31 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 45 | 0 | 0.68 | 0.82 | 0 | 10.57 | 1 | 0.59 |
| Hex | FF | 52 | 2D | 0 | 44 | 52 | 0 | B | 64 | 3B |
| Octal | 377 | 122 | 55 | 0 | 104 | 122 | 0 | 13 | 144 | 73 |
| Binary | 11111111 | 1010010 | 101101 | 0 | 1000100 | 1010010 | 0 | 1011 | 1100100 | 111011 |
Color Harmonies of #FF522D
Complementary color
Monochromatic Colors of #FF522D
Black with #FF522D
Text Example
Text Example
White with #FF522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF522D; }
p { color: rgb(255,82,45); }
H1.HeaderClassName
{
color: #FF522D;
}
.AnyTagClassName
{
color: #FF522D;
}
</style>
background-color css
<style>
a { background-color: #FF522D; }
a { background-color: rgb(255,82,45); }
div.DivClassName
{
background-color: #FF522D;
}
.BgClassName
{
background-color: #FF522D;
}
</style>
border-color css
<style>
span { border-color: #FF522D; }
span { border-color: rgb(255,82,45); }
td.TdClassName
{
border-color: #FF522D;
}
.TagClassName
{
border-color: #FF522D;
}
</style>