Shades of Outrageous Orange #FE6331
Tints of Outrageous Orange #FE6331
RGB
CMYK
RGB Variations
Color information
#FE6331 (or 0xFE6331) is known color: Outrageous Orange. HEX triplet: FE, 63 and 31. RGB value is (254,99,49). Sum of RGB (Red+Green+Blue) = 254+99+49=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6331 is #019CCE. Grayscale: #8C8C8C. Windows color (decimal): -105679 or 3236862. OLE color: 3236862.
HSL color Cylindrical-coordinate representation of color #FE6331: hue angle of 14.63º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE6331 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 49 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.00 |
| HSL | 14.63º | 0.99% | 0.59% | - |
| HSV(B) | 14.63º | 0.81% | 1% | - |
| XYZ | 45.89 | 30.22 | 6.32 | - |
| YUV | 139.65 | 76.85 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 49 | 0 | 0.61 | 0.81 | 0.00 | 14.63 | 0.99 | 0.59 |
| Hex | FE | 63 | 31 | 0 | 3D | 51 | 0 | F | 63 | 3B |
| Octal | 376 | 143 | 61 | 0 | 75 | 121 | 0 | 17 | 143 | 73 |
| Binary | 11111110 | 1100011 | 110001 | 0 | 111101 | 1010001 | 0 | 1111 | 1100011 | 111011 |
Color Harmonies of #FE6331
Complementary color
Monochromatic Colors of #FE6331
Black with #FE6331
Text Example
Text Example
White with #FE6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6331; }
p { color: rgb(254,99,49); }
H1.HeaderClassName
{
color: #FE6331;
}
.AnyTagClassName
{
color: #FE6331;
}
</style>
background-color css
<style>
a { background-color: #FE6331; }
a { background-color: rgb(254,99,49); }
div.DivClassName
{
background-color: #FE6331;
}
.BgClassName
{
background-color: #FE6331;
}
</style>
border-color css
<style>
span { border-color: #FE6331; }
span { border-color: rgb(254,99,49); }
td.TdClassName
{
border-color: #FE6331;
}
.TagClassName
{
border-color: #FE6331;
}
</style>