Shades of Outrageous Orange #FF522B
Tints of Outrageous Orange #FF522B
RGB
CMYK
RGB Variations
Color information
#FF522B (or 0xFF522B) is known color: Outrageous Orange. HEX triplet: FF, 52 and 2B. RGB value is (255,82,43). Sum of RGB (Red+Green+Blue) = 255+82+43=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF522B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF522B is #00ADD4. Grayscale: #818181. Windows color (decimal): -44501 or 2839295. OLE color: 2839295.
HSL color Cylindrical-coordinate representation of color #FF522B: hue angle of 11.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF522B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 43 | - |
| CMYK | 0 | 0.68 | 0.83 | 0 |
| HSL | 11.04º | 1% | 0.58% | - |
| HSV(B) | 11.04º | 0.83% | 1% | - |
| XYZ | 44.69 | 27.47 | 5.23 | - |
| YUV | 129.28 | 79.31 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 43 | 0 | 0.68 | 0.83 | 0 | 11.04 | 1 | 0.58 |
| Hex | FF | 52 | 2B | 0 | 44 | 53 | 0 | B | 64 | 3A |
| Octal | 377 | 122 | 53 | 0 | 104 | 123 | 0 | 13 | 144 | 72 |
| Binary | 11111111 | 1010010 | 101011 | 0 | 1000100 | 1010011 | 0 | 1011 | 1100100 | 111010 |
Color Harmonies of #FF522B
Complementary color
Monochromatic Colors of #FF522B
Black with #FF522B
Text Example
Text Example
White with #FF522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF522B; }
p { color: rgb(255,82,43); }
H1.HeaderClassName
{
color: #FF522B;
}
.AnyTagClassName
{
color: #FF522B;
}
</style>
background-color css
<style>
a { background-color: #FF522B; }
a { background-color: rgb(255,82,43); }
div.DivClassName
{
background-color: #FF522B;
}
.BgClassName
{
background-color: #FF522B;
}
</style>
border-color css
<style>
span { border-color: #FF522B; }
span { border-color: rgb(255,82,43); }
td.TdClassName
{
border-color: #FF522B;
}
.TagClassName
{
border-color: #FF522B;
}
</style>