Shades of Outrageous Orange #FF5222
Tints of Outrageous Orange #FF5222
RGB
CMYK
RGB Variations
Color information
#FF5222 (or 0xFF5222) is known color: Outrageous Orange. HEX triplet: FF, 52 and 22. RGB value is (255,82,34). Sum of RGB (Red+Green+Blue) = 255+82+34=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5222 is #00ADDD. Grayscale: #808080. Windows color (decimal): -44510 or 2249471. OLE color: 2249471.
HSL color Cylindrical-coordinate representation of color #FF5222: hue angle of 13.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF5222 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 34 | - |
| CMYK | 0 | 0.68 | 0.87 | 0 |
| HSL | 13.03º | 1% | 0.57% | - |
| HSV(B) | 13.03º | 0.87% | 1% | - |
| XYZ | 44.55 | 27.41 | 4.46 | - |
| YUV | 128.26 | 74.81 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 34 | 0 | 0.68 | 0.87 | 0 | 13.03 | 1 | 0.57 |
| Hex | FF | 52 | 22 | 0 | 44 | 57 | 0 | D | 64 | 39 |
| Octal | 377 | 122 | 42 | 0 | 104 | 127 | 0 | 15 | 144 | 71 |
| Binary | 11111111 | 1010010 | 100010 | 0 | 1000100 | 1010111 | 0 | 1101 | 1100100 | 111001 |
Color Harmonies of #FF5222
Complementary color
Monochromatic Colors of #FF5222
Black with #FF5222
Text Example
Text Example
White with #FF5222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5222; }
p { color: rgb(255,82,34); }
H1.HeaderClassName
{
color: #FF5222;
}
.AnyTagClassName
{
color: #FF5222;
}
</style>
background-color css
<style>
a { background-color: #FF5222; }
a { background-color: rgb(255,82,34); }
div.DivClassName
{
background-color: #FF5222;
}
.BgClassName
{
background-color: #FF5222;
}
</style>
border-color css
<style>
span { border-color: #FF5222; }
span { border-color: rgb(255,82,34); }
td.TdClassName
{
border-color: #FF5222;
}
.TagClassName
{
border-color: #FF5222;
}
</style>