Shades of Outrageous Orange #FF5326
Tints of Outrageous Orange #FF5326
RGB
CMYK
RGB Variations
Color information
#FF5326 (or 0xFF5326) is known color: Outrageous Orange. HEX triplet: FF, 53 and 26. RGB value is (255,83,38). Sum of RGB (Red+Green+Blue) = 255+83+38=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5326 is #00ACD9. Grayscale: #818181. Windows color (decimal): -44250 or 2511871. OLE color: 2511871.
HSL color Cylindrical-coordinate representation of color #FF5326: hue angle of 12.44º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF5326 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 38 | - |
| CMYK | 0 | 0.67 | 0.85 | 0 |
| HSL | 12.44º | 1% | 0.57% | - |
| HSV(B) | 12.44º | 0.85% | 1% | - |
| XYZ | 44.68 | 27.59 | 4.8 | - |
| YUV | 129.3 | 76.48 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 38 | 0 | 0.67 | 0.85 | 0 | 12.44 | 1 | 0.57 |
| Hex | FF | 53 | 26 | 0 | 43 | 55 | 0 | C | 64 | 39 |
| Octal | 377 | 123 | 46 | 0 | 103 | 125 | 0 | 14 | 144 | 71 |
| Binary | 11111111 | 1010011 | 100110 | 0 | 1000011 | 1010101 | 0 | 1100 | 1100100 | 111001 |
Color Harmonies of #FF5326
Complementary color
Monochromatic Colors of #FF5326
Black with #FF5326
Text Example
Text Example
White with #FF5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5326; }
p { color: rgb(255,83,38); }
H1.HeaderClassName
{
color: #FF5326;
}
.AnyTagClassName
{
color: #FF5326;
}
</style>
background-color css
<style>
a { background-color: #FF5326; }
a { background-color: rgb(255,83,38); }
div.DivClassName
{
background-color: #FF5326;
}
.BgClassName
{
background-color: #FF5326;
}
</style>
border-color css
<style>
span { border-color: #FF5326; }
span { border-color: rgb(255,83,38); }
td.TdClassName
{
border-color: #FF5326;
}
.TagClassName
{
border-color: #FF5326;
}
</style>