Shades of Outrageous Orange #FF5332
Tints of Outrageous Orange #FF5332
RGB
CMYK
RGB Variations
Color information
#FF5332 (or 0xFF5332) is known color: Outrageous Orange. HEX triplet: FF, 53 and 32. RGB value is (255,83,50). Sum of RGB (Red+Green+Blue) = 255+83+50=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5332 is #00ACCD. Grayscale: #828282. Windows color (decimal): -44238 or 3298303. OLE color: 3298303.
HSL color Cylindrical-coordinate representation of color #FF5332: hue angle of 9.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF5332 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 50 | - |
| CMYK | 0 | 0.67 | 0.80 | 0 |
| HSL | 9.66º | 1% | 0.6% | - |
| HSV(B) | 9.66º | 0.8% | 1% | - |
| XYZ | 44.91 | 27.68 | 5.99 | - |
| YUV | 130.67 | 82.48 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 50 | 0 | 0.67 | 0.80 | 0 | 9.66 | 1 | 0.6 |
| Hex | FF | 53 | 32 | 0 | 43 | 50 | 0 | A | 64 | 3C |
| Octal | 377 | 123 | 62 | 0 | 103 | 120 | 0 | 12 | 144 | 74 |
| Binary | 11111111 | 1010011 | 110010 | 0 | 1000011 | 1010000 | 0 | 1010 | 1100100 | 111100 |
Color Harmonies of #FF5332
Complementary color
Monochromatic Colors of #FF5332
Black with #FF5332
Text Example
Text Example
White with #FF5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5332; }
p { color: rgb(255,83,50); }
H1.HeaderClassName
{
color: #FF5332;
}
.AnyTagClassName
{
color: #FF5332;
}
</style>
background-color css
<style>
a { background-color: #FF5332; }
a { background-color: rgb(255,83,50); }
div.DivClassName
{
background-color: #FF5332;
}
.BgClassName
{
background-color: #FF5332;
}
</style>
border-color css
<style>
span { border-color: #FF5332; }
span { border-color: rgb(255,83,50); }
td.TdClassName
{
border-color: #FF5332;
}
.TagClassName
{
border-color: #FF5332;
}
</style>