Shades of Outrageous Orange #FF6532
Tints of Outrageous Orange #FF6532
RGB
CMYK
RGB Variations
Color information
#FF6532 (or 0xFF6532) is known color: Outrageous Orange. HEX triplet: FF, 65 and 32. RGB value is (255,101,50). Sum of RGB (Red+Green+Blue) = 255+101+50=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6532 is #009ACD. Grayscale: #8D8D8D. Windows color (decimal): -39630 or 3302911. OLE color: 3302911.
HSL color Cylindrical-coordinate representation of color #FF6532: hue angle of 14.93º 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 #FF6532 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 50 | - |
| CMYK | 0 | 0.60 | 0.80 | 0 |
| HSL | 14.93º | 1% | 0.6% | - |
| HSV(B) | 14.93º | 0.8% | 1% | - |
| XYZ | 46.47 | 30.8 | 6.51 | - |
| YUV | 141.23 | 76.52 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 50 | 0 | 0.60 | 0.80 | 0 | 14.93 | 1 | 0.6 |
| Hex | FF | 65 | 32 | 0 | 3C | 50 | 0 | F | 64 | 3C |
| Octal | 377 | 145 | 62 | 0 | 74 | 120 | 0 | 17 | 144 | 74 |
| Binary | 11111111 | 1100101 | 110010 | 0 | 111100 | 1010000 | 0 | 1111 | 1100100 | 111100 |
Color Harmonies of #FF6532
Complementary color
Monochromatic Colors of #FF6532
Black with #FF6532
Text Example
Text Example
White with #FF6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6532; }
p { color: rgb(255,101,50); }
H1.HeaderClassName
{
color: #FF6532;
}
.AnyTagClassName
{
color: #FF6532;
}
</style>
background-color css
<style>
a { background-color: #FF6532; }
a { background-color: rgb(255,101,50); }
div.DivClassName
{
background-color: #FF6532;
}
.BgClassName
{
background-color: #FF6532;
}
</style>
border-color css
<style>
span { border-color: #FF6532; }
span { border-color: rgb(255,101,50); }
td.TdClassName
{
border-color: #FF6532;
}
.TagClassName
{
border-color: #FF6532;
}
</style>