Shades of Outrageous Orange #FF5722
Tints of Outrageous Orange #FF5722
RGB
CMYK
RGB Variations
Color information
#FF5722 (or 0xFF5722) is known color: Outrageous Orange. HEX triplet: FF, 57 and 22. RGB value is (255,87,34). Sum of RGB (Red+Green+Blue) = 255+87+34=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5722 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5722 is #00A8DD. Grayscale: #838383. Windows color (decimal): -43230 or 2250751. OLE color: 2250751.
HSL color Cylindrical-coordinate representation of color #FF5722: hue angle of 14.39º 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 #FF5722 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 34 | - |
| CMYK | 0 | 0.66 | 0.87 | 0 |
| HSL | 14.39º | 1% | 0.57% | - |
| HSV(B) | 14.39º | 0.87% | 1% | - |
| XYZ | 44.94 | 28.19 | 4.59 | - |
| YUV | 131.19 | 73.16 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 34 | 0 | 0.66 | 0.87 | 0 | 14.39 | 1 | 0.57 |
| Hex | FF | 57 | 22 | 0 | 42 | 57 | 0 | E | 64 | 39 |
| Octal | 377 | 127 | 42 | 0 | 102 | 127 | 0 | 16 | 144 | 71 |
| Binary | 11111111 | 1010111 | 100010 | 0 | 1000010 | 1010111 | 0 | 1110 | 1100100 | 111001 |
Color Harmonies of #FF5722
Complementary color
Monochromatic Colors of #FF5722
Black with #FF5722
Text Example
Text Example
White with #FF5722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5722; }
p { color: rgb(255,87,34); }
H1.HeaderClassName
{
color: #FF5722;
}
.AnyTagClassName
{
color: #FF5722;
}
</style>
background-color css
<style>
a { background-color: #FF5722; }
a { background-color: rgb(255,87,34); }
div.DivClassName
{
background-color: #FF5722;
}
.BgClassName
{
background-color: #FF5722;
}
</style>
border-color css
<style>
span { border-color: #FF5722; }
span { border-color: rgb(255,87,34); }
td.TdClassName
{
border-color: #FF5722;
}
.TagClassName
{
border-color: #FF5722;
}
</style>