Shades of Outrageous Orange #FF5F32
Tints of Outrageous Orange #FF5F32
RGB
CMYK
RGB Variations
Color information
#FF5F32 (or 0xFF5F32) is known color: Outrageous Orange. HEX triplet: FF, 5F and 32. RGB value is (255,95,50). Sum of RGB (Red+Green+Blue) = 255+95+50=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F32 is #00A0CD. Grayscale: #8A8A8A. Windows color (decimal): -41166 or 3301375. OLE color: 3301375.
HSL color Cylindrical-coordinate representation of color #FF5F32: hue angle of 13.17º 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 #FF5F32 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 50 | - |
| CMYK | 0 | 0.63 | 0.80 | 0 |
| HSL | 13.17º | 1% | 0.6% | - |
| HSV(B) | 13.17º | 0.8% | 1% | - |
| XYZ | 45.91 | 29.67 | 6.33 | - |
| YUV | 137.71 | 78.51 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 50 | 0 | 0.63 | 0.80 | 0 | 13.17 | 1 | 0.6 |
| Hex | FF | 5F | 32 | 0 | 3F | 50 | 0 | D | 64 | 3C |
| Octal | 377 | 137 | 62 | 0 | 77 | 120 | 0 | 15 | 144 | 74 |
| Binary | 11111111 | 1011111 | 110010 | 0 | 111111 | 1010000 | 0 | 1101 | 1100100 | 111100 |
Color Harmonies of #FF5F32
Complementary color
Monochromatic Colors of #FF5F32
Black with #FF5F32
Text Example
Text Example
White with #FF5F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F32; }
p { color: rgb(255,95,50); }
H1.HeaderClassName
{
color: #FF5F32;
}
.AnyTagClassName
{
color: #FF5F32;
}
</style>
background-color css
<style>
a { background-color: #FF5F32; }
a { background-color: rgb(255,95,50); }
div.DivClassName
{
background-color: #FF5F32;
}
.BgClassName
{
background-color: #FF5F32;
}
</style>
border-color css
<style>
span { border-color: #FF5F32; }
span { border-color: rgb(255,95,50); }
td.TdClassName
{
border-color: #FF5F32;
}
.TagClassName
{
border-color: #FF5F32;
}
</style>