Shades of Outrageous Orange #FF521F
Tints of Outrageous Orange #FF521F
RGB
CMYK
RGB Variations
Color information
#FF521F (or 0xFF521F) is known color: Outrageous Orange. HEX triplet: FF, 52 and 1F. RGB value is (255,82,31). Sum of RGB (Red+Green+Blue) = 255+82+31=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF521F is #00ADE0. Grayscale: #808080. Windows color (decimal): -44513 or 2052863. OLE color: 2052863.
HSL color Cylindrical-coordinate representation of color #FF521F: hue angle of 13.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF521F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 31 | - |
| CMYK | 0 | 0.68 | 0.88 | 0 |
| HSL | 13.66º | 1% | 0.56% | - |
| HSV(B) | 13.66º | 0.88% | 1% | - |
| XYZ | 44.5 | 27.39 | 4.24 | - |
| YUV | 127.91 | 73.31 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 31 | 0 | 0.68 | 0.88 | 0 | 13.66 | 1 | 0.56 |
| Hex | FF | 52 | 1F | 0 | 44 | 58 | 0 | E | 64 | 38 |
| Octal | 377 | 122 | 37 | 0 | 104 | 130 | 0 | 16 | 144 | 70 |
| Binary | 11111111 | 1010010 | 11111 | 0 | 1000100 | 1011000 | 0 | 1110 | 1100100 | 111000 |
Color Harmonies of #FF521F
Complementary color
Monochromatic Colors of #FF521F
Black with #FF521F
Text Example
Text Example
White with #FF521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF521F; }
p { color: rgb(255,82,31); }
H1.HeaderClassName
{
color: #FF521F;
}
.AnyTagClassName
{
color: #FF521F;
}
</style>
background-color css
<style>
a { background-color: #FF521F; }
a { background-color: rgb(255,82,31); }
div.DivClassName
{
background-color: #FF521F;
}
.BgClassName
{
background-color: #FF521F;
}
</style>
border-color css
<style>
span { border-color: #FF521F; }
span { border-color: rgb(255,82,31); }
td.TdClassName
{
border-color: #FF521F;
}
.TagClassName
{
border-color: #FF521F;
}
</style>