Shades of Outrageous Orange #FF5328
Tints of Outrageous Orange #FF5328
RGB
CMYK
RGB Variations
Color information
#FF5328 (or 0xFF5328) is known color: Outrageous Orange. HEX triplet: FF, 53 and 28. RGB value is (255,83,40). Sum of RGB (Red+Green+Blue) = 255+83+40=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5328 is #00ACD7. Grayscale: #818181. Windows color (decimal): -44248 or 2642943. OLE color: 2642943.
HSL color Cylindrical-coordinate representation of color #FF5328: hue angle of 12º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF5328 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 40 | - |
| CMYK | 0 | 0.67 | 0.84 | 0 |
| HSL | 12º | 1% | 0.58% | - |
| HSV(B) | 12º | 0.84% | 1% | - |
| XYZ | 44.72 | 27.6 | 4.98 | - |
| YUV | 129.53 | 77.48 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 40 | 0 | 0.67 | 0.84 | 0 | 12 | 1 | 0.58 |
| Hex | FF | 53 | 28 | 0 | 43 | 54 | 0 | C | 64 | 3A |
| Octal | 377 | 123 | 50 | 0 | 103 | 124 | 0 | 14 | 144 | 72 |
| Binary | 11111111 | 1010011 | 101000 | 0 | 1000011 | 1010100 | 0 | 1100 | 1100100 | 111010 |
Color Harmonies of #FF5328
Complementary color
Monochromatic Colors of #FF5328
Black with #FF5328
Text Example
Text Example
White with #FF5328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5328; }
p { color: rgb(255,83,40); }
H1.HeaderClassName
{
color: #FF5328;
}
.AnyTagClassName
{
color: #FF5328;
}
</style>
background-color css
<style>
a { background-color: #FF5328; }
a { background-color: rgb(255,83,40); }
div.DivClassName
{
background-color: #FF5328;
}
.BgClassName
{
background-color: #FF5328;
}
</style>
border-color css
<style>
span { border-color: #FF5328; }
span { border-color: rgb(255,83,40); }
td.TdClassName
{
border-color: #FF5328;
}
.TagClassName
{
border-color: #FF5328;
}
</style>