Shades of Outrageous Orange #FE6632
Tints of Outrageous Orange #FE6632
RGB
CMYK
RGB Variations
Color information
#FE6632 (or 0xFE6632) is known color: Outrageous Orange. HEX triplet: FE, 66 and 32. RGB value is (254,102,50). Sum of RGB (Red+Green+Blue) = 254+102+50=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6632 is #0199CD. Grayscale: #8D8D8D. Windows color (decimal): -104910 or 3303166. OLE color: 3303166.
HSL color Cylindrical-coordinate representation of color #FE6632: hue angle of 15.29º 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 #FE6632 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 50 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.00 |
| HSL | 15.29º | 0.99% | 0.6% | - |
| HSV(B) | 15.29º | 0.8% | 1% | - |
| XYZ | 46.2 | 30.8 | 6.53 | - |
| YUV | 141.52 | 76.36 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 50 | 0 | 0.60 | 0.80 | 0.00 | 15.29 | 0.99 | 0.6 |
| Hex | FE | 66 | 32 | 0 | 3C | 50 | 0 | F | 63 | 3C |
| Octal | 376 | 146 | 62 | 0 | 74 | 120 | 0 | 17 | 143 | 74 |
| Binary | 11111110 | 1100110 | 110010 | 0 | 111100 | 1010000 | 0 | 1111 | 1100011 | 111100 |
Color Harmonies of #FE6632
Complementary color
Monochromatic Colors of #FE6632
Black with #FE6632
Text Example
Text Example
White with #FE6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6632; }
p { color: rgb(254,102,50); }
H1.HeaderClassName
{
color: #FE6632;
}
.AnyTagClassName
{
color: #FE6632;
}
</style>
background-color css
<style>
a { background-color: #FE6632; }
a { background-color: rgb(254,102,50); }
div.DivClassName
{
background-color: #FE6632;
}
.BgClassName
{
background-color: #FE6632;
}
</style>
border-color css
<style>
span { border-color: #FE6632; }
span { border-color: rgb(254,102,50); }
td.TdClassName
{
border-color: #FE6632;
}
.TagClassName
{
border-color: #FE6632;
}
</style>