Shades of Outrageous Orange #FE6332
Tints of Outrageous Orange #FE6332
RGB
CMYK
RGB Variations
Color information
#FE6332 (or 0xFE6332) is known color: Outrageous Orange. HEX triplet: FE, 63 and 32. RGB value is (254,99,50). Sum of RGB (Red+Green+Blue) = 254+99+50=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6332 is #019CCD. Grayscale: #8C8C8C. Windows color (decimal): -105678 or 3302398. OLE color: 3302398.
HSL color Cylindrical-coordinate representation of color #FE6332: hue angle of 14.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE6332 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 50 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.00 |
| HSL | 14.41º | 0.99% | 0.6% | - |
| HSV(B) | 14.41º | 0.8% | 1% | - |
| XYZ | 45.91 | 30.22 | 6.43 | - |
| YUV | 139.76 | 77.35 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 50 | 0 | 0.61 | 0.80 | 0.00 | 14.41 | 0.99 | 0.6 |
| Hex | FE | 63 | 32 | 0 | 3D | 50 | 0 | E | 63 | 3C |
| Octal | 376 | 143 | 62 | 0 | 75 | 120 | 0 | 16 | 143 | 74 |
| Binary | 11111110 | 1100011 | 110010 | 0 | 111101 | 1010000 | 0 | 1110 | 1100011 | 111100 |
Color Harmonies of #FE6332
Complementary color
Monochromatic Colors of #FE6332
Black with #FE6332
Text Example
Text Example
White with #FE6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6332; }
p { color: rgb(254,99,50); }
H1.HeaderClassName
{
color: #FE6332;
}
.AnyTagClassName
{
color: #FE6332;
}
</style>
background-color css
<style>
a { background-color: #FE6332; }
a { background-color: rgb(254,99,50); }
div.DivClassName
{
background-color: #FE6332;
}
.BgClassName
{
background-color: #FE6332;
}
</style>
border-color css
<style>
span { border-color: #FE6332; }
span { border-color: rgb(254,99,50); }
td.TdClassName
{
border-color: #FE6332;
}
.TagClassName
{
border-color: #FE6332;
}
</style>