Shades of Outrageous Orange #FF522F
Tints of Outrageous Orange #FF522F
RGB
CMYK
RGB Variations
Color information
#FF522F (or 0xFF522F) is known color: Outrageous Orange. HEX triplet: FF, 52 and 2F. RGB value is (255,82,47). Sum of RGB (Red+Green+Blue) = 255+82+47=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF522F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF522F is #00ADD0. Grayscale: #828282. Windows color (decimal): -44497 or 3101439. OLE color: 3101439.
HSL color Cylindrical-coordinate representation of color #FF522F: hue angle of 10.1º 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 #FF522F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 47 | - |
| CMYK | 0 | 0.68 | 0.82 | 0 |
| HSL | 10.1º | 1% | 0.59% | - |
| HSV(B) | 10.1º | 0.82% | 1% | - |
| XYZ | 44.77 | 27.5 | 5.64 | - |
| YUV | 129.74 | 81.31 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 47 | 0 | 0.68 | 0.82 | 0 | 10.1 | 1 | 0.59 |
| Hex | FF | 52 | 2F | 0 | 44 | 52 | 0 | A | 64 | 3B |
| Octal | 377 | 122 | 57 | 0 | 104 | 122 | 0 | 12 | 144 | 73 |
| Binary | 11111111 | 1010010 | 101111 | 0 | 1000100 | 1010010 | 0 | 1010 | 1100100 | 111011 |
Color Harmonies of #FF522F
Complementary color
Monochromatic Colors of #FF522F
Black with #FF522F
Text Example
Text Example
White with #FF522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF522F; }
p { color: rgb(255,82,47); }
H1.HeaderClassName
{
color: #FF522F;
}
.AnyTagClassName
{
color: #FF522F;
}
</style>
background-color css
<style>
a { background-color: #FF522F; }
a { background-color: rgb(255,82,47); }
div.DivClassName
{
background-color: #FF522F;
}
.BgClassName
{
background-color: #FF522F;
}
</style>
border-color css
<style>
span { border-color: #FF522F; }
span { border-color: rgb(255,82,47); }
td.TdClassName
{
border-color: #FF522F;
}
.TagClassName
{
border-color: #FF522F;
}
</style>