Shades of Outrageous Orange #FE4F20
Tints of Outrageous Orange #FE4F20
RGB
CMYK
RGB Variations
Color information
#FE4F20 (or 0xFE4F20) is known color: Outrageous Orange. HEX triplet: FE, 4F and 20. RGB value is (254,79,32). Sum of RGB (Red+Green+Blue) = 254+79+32=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4F20 is #01B0DF. Grayscale: #7E7E7E. Windows color (decimal): -110816 or 2117630. OLE color: 2117630.
HSL color Cylindrical-coordinate representation of color #FE4F20: hue angle of 12.7º 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 #FE4F20 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 32 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.00 |
| HSL | 12.7º | 0.99% | 0.56% | - |
| HSV(B) | 12.7º | 0.87% | 1% | - |
| XYZ | 43.93 | 26.77 | 4.22 | - |
| YUV | 125.97 | 74.98 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 32 | 0 | 0.69 | 0.87 | 0.00 | 12.7 | 0.99 | 0.56 |
| Hex | FE | 4F | 20 | 0 | 45 | 57 | 0 | D | 63 | 38 |
| Octal | 376 | 117 | 40 | 0 | 105 | 127 | 0 | 15 | 143 | 70 |
| Binary | 11111110 | 1001111 | 100000 | 0 | 1000101 | 1010111 | 0 | 1101 | 1100011 | 111000 |
Color Harmonies of #FE4F20
Complementary color
Monochromatic Colors of #FE4F20
Black with #FE4F20
Text Example
Text Example
White with #FE4F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F20; }
p { color: rgb(254,79,32); }
H1.HeaderClassName
{
color: #FE4F20;
}
.AnyTagClassName
{
color: #FE4F20;
}
</style>
background-color css
<style>
a { background-color: #FE4F20; }
a { background-color: rgb(254,79,32); }
div.DivClassName
{
background-color: #FE4F20;
}
.BgClassName
{
background-color: #FE4F20;
}
</style>
border-color css
<style>
span { border-color: #FE4F20; }
span { border-color: rgb(254,79,32); }
td.TdClassName
{
border-color: #FE4F20;
}
.TagClassName
{
border-color: #FE4F20;
}
</style>