Shades of Outrageous Orange #FE6121
Tints of Outrageous Orange #FE6121
RGB
CMYK
RGB Variations
Color information
#FE6121 (or 0xFE6121) is known color: Outrageous Orange. HEX triplet: FE, 61 and 21. RGB value is (254,97,33). Sum of RGB (Red+Green+Blue) = 254+97+33=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6121 is #019EDE. Grayscale: #898989. Windows color (decimal): -106207 or 2187774. OLE color: 2187774.
HSL color Cylindrical-coordinate representation of color #FE6121: hue angle of 17.38º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE6121 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 33 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.00 |
| HSL | 17.38º | 0.99% | 0.56% | - |
| HSV(B) | 17.38º | 0.87% | 1% | - |
| XYZ | 45.42 | 29.73 | 4.78 | - |
| YUV | 136.65 | 69.51 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 33 | 0 | 0.62 | 0.87 | 0.00 | 17.38 | 0.99 | 0.56 |
| Hex | FE | 61 | 21 | 0 | 3E | 57 | 0 | 11 | 63 | 38 |
| Octal | 376 | 141 | 41 | 0 | 76 | 127 | 0 | 21 | 143 | 70 |
| Binary | 11111110 | 1100001 | 100001 | 0 | 111110 | 1010111 | 0 | 10001 | 1100011 | 111000 |
Color Harmonies of #FE6121
Complementary color
Monochromatic Colors of #FE6121
Black with #FE6121
Text Example
Text Example
White with #FE6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6121; }
p { color: rgb(254,97,33); }
H1.HeaderClassName
{
color: #FE6121;
}
.AnyTagClassName
{
color: #FE6121;
}
</style>
background-color css
<style>
a { background-color: #FE6121; }
a { background-color: rgb(254,97,33); }
div.DivClassName
{
background-color: #FE6121;
}
.BgClassName
{
background-color: #FE6121;
}
</style>
border-color css
<style>
span { border-color: #FE6121; }
span { border-color: rgb(254,97,33); }
td.TdClassName
{
border-color: #FE6121;
}
.TagClassName
{
border-color: #FE6121;
}
</style>