Shades of Outrageous Orange #FE632D
Tints of Outrageous Orange #FE632D
RGB
CMYK
RGB Variations
Color information
#FE632D (or 0xFE632D) is known color: Outrageous Orange. HEX triplet: FE, 63 and 2D. RGB value is (254,99,45). Sum of RGB (Red+Green+Blue) = 254+99+45=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE632D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE632D is #019CD2. Grayscale: #8B8B8B. Windows color (decimal): -105683 or 2974718. OLE color: 2974718.
HSL color Cylindrical-coordinate representation of color #FE632D: hue angle of 15.5º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE632D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.00 |
| HSL | 15.5º | 0.99% | 0.59% | - |
| HSV(B) | 15.5º | 0.82% | 1% | - |
| XYZ | 45.81 | 30.18 | 5.89 | - |
| YUV | 139.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 45 | 0 | 0.61 | 0.82 | 0.00 | 15.5 | 0.99 | 0.59 |
| Hex | FE | 63 | 2D | 0 | 3D | 52 | 0 | 10 | 63 | 3B |
| Octal | 376 | 143 | 55 | 0 | 75 | 122 | 0 | 20 | 143 | 73 |
| Binary | 11111110 | 1100011 | 101101 | 0 | 111101 | 1010010 | 0 | 10000 | 1100011 | 111011 |
Color Harmonies of #FE632D
Complementary color
Monochromatic Colors of #FE632D
Black with #FE632D
Text Example
Text Example
White with #FE632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE632D; }
p { color: rgb(254,99,45); }
H1.HeaderClassName
{
color: #FE632D;
}
.AnyTagClassName
{
color: #FE632D;
}
</style>
background-color css
<style>
a { background-color: #FE632D; }
a { background-color: rgb(254,99,45); }
div.DivClassName
{
background-color: #FE632D;
}
.BgClassName
{
background-color: #FE632D;
}
</style>
border-color css
<style>
span { border-color: #FE632D; }
span { border-color: rgb(254,99,45); }
td.TdClassName
{
border-color: #FE632D;
}
.TagClassName
{
border-color: #FE632D;
}
</style>