Shades of Outrageous Orange #FE512F
Tints of Outrageous Orange #FE512F
RGB
CMYK
RGB Variations
Color information
#FE512F (or 0xFE512F) is known color: Outrageous Orange. HEX triplet: FE, 51 and 2F. RGB value is (254,81,47). Sum of RGB (Red+Green+Blue) = 254+81+47=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE512F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE512F is #01AED0. Grayscale: #818181. Windows color (decimal): -110289 or 3101182. OLE color: 3101182.
HSL color Cylindrical-coordinate representation of color #FE512F: hue angle of 9.86º 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 #FE512F is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 47 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.00 |
| HSL | 9.86º | 0.99% | 0.59% | - |
| HSV(B) | 9.86º | 0.81% | 1% | - |
| XYZ | 44.33 | 27.16 | 5.6 | - |
| YUV | 128.85 | 81.81 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 47 | 0 | 0.68 | 0.81 | 0.00 | 9.86 | 0.99 | 0.59 |
| Hex | FE | 51 | 2F | 0 | 44 | 51 | 0 | A | 63 | 3B |
| Octal | 376 | 121 | 57 | 0 | 104 | 121 | 0 | 12 | 143 | 73 |
| Binary | 11111110 | 1010001 | 101111 | 0 | 1000100 | 1010001 | 0 | 1010 | 1100011 | 111011 |
Color Harmonies of #FE512F
Complementary color
Monochromatic Colors of #FE512F
Black with #FE512F
Text Example
Text Example
White with #FE512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE512F; }
p { color: rgb(254,81,47); }
H1.HeaderClassName
{
color: #FE512F;
}
.AnyTagClassName
{
color: #FE512F;
}
</style>
background-color css
<style>
a { background-color: #FE512F; }
a { background-color: rgb(254,81,47); }
div.DivClassName
{
background-color: #FE512F;
}
.BgClassName
{
background-color: #FE512F;
}
</style>
border-color css
<style>
span { border-color: #FE512F; }
span { border-color: rgb(254,81,47); }
td.TdClassName
{
border-color: #FE512F;
}
.TagClassName
{
border-color: #FE512F;
}
</style>