Shades of Outrageous Orange #FF522C
Tints of Outrageous Orange #FF522C
RGB
CMYK
RGB Variations
Color information
#FF522C (or 0xFF522C) is known color: Outrageous Orange. HEX triplet: FF, 52 and 2C. RGB value is (255,82,44). Sum of RGB (Red+Green+Blue) = 255+82+44=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF522C is #00ADD3. Grayscale: #818181. Windows color (decimal): -44500 or 2904831. OLE color: 2904831.
HSL color Cylindrical-coordinate representation of color #FF522C: hue angle of 10.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF522C is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 44 | - |
| CMYK | 0 | 0.68 | 0.83 | 0 |
| HSL | 10.81º | 1% | 0.59% | - |
| HSV(B) | 10.81º | 0.83% | 1% | - |
| XYZ | 44.71 | 27.48 | 5.33 | - |
| YUV | 129.4 | 79.81 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 44 | 0 | 0.68 | 0.83 | 0 | 10.81 | 1 | 0.59 |
| Hex | FF | 52 | 2C | 0 | 44 | 53 | 0 | B | 64 | 3B |
| Octal | 377 | 122 | 54 | 0 | 104 | 123 | 0 | 13 | 144 | 73 |
| Binary | 11111111 | 1010010 | 101100 | 0 | 1000100 | 1010011 | 0 | 1011 | 1100100 | 111011 |
Color Harmonies of #FF522C
Complementary color
Monochromatic Colors of #FF522C
Black with #FF522C
Text Example
Text Example
White with #FF522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF522C; }
p { color: rgb(255,82,44); }
H1.HeaderClassName
{
color: #FF522C;
}
.AnyTagClassName
{
color: #FF522C;
}
</style>
background-color css
<style>
a { background-color: #FF522C; }
a { background-color: rgb(255,82,44); }
div.DivClassName
{
background-color: #FF522C;
}
.BgClassName
{
background-color: #FF522C;
}
</style>
border-color css
<style>
span { border-color: #FF522C; }
span { border-color: rgb(255,82,44); }
td.TdClassName
{
border-color: #FF522C;
}
.TagClassName
{
border-color: #FF522C;
}
</style>