Shades of Outrageous Orange #FE512C
Tints of Outrageous Orange #FE512C
RGB
CMYK
RGB Variations
Color information
#FE512C (or 0xFE512C) is known color: Outrageous Orange. HEX triplet: FE, 51 and 2C. RGB value is (254,81,44). Sum of RGB (Red+Green+Blue) = 254+81+44=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE512C is #01AED3. Grayscale: #808080. Windows color (decimal): -110292 or 2904574. OLE color: 2904574.
HSL color Cylindrical-coordinate representation of color #FE512C: hue angle of 10.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE512C is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 44 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.00 |
| HSL | 10.57º | 0.99% | 0.58% | - |
| HSV(B) | 10.57º | 0.83% | 1% | - |
| XYZ | 44.27 | 27.14 | 5.29 | - |
| YUV | 128.51 | 80.31 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 44 | 0 | 0.68 | 0.83 | 0.00 | 10.57 | 0.99 | 0.58 |
| Hex | FE | 51 | 2C | 0 | 44 | 53 | 0 | B | 63 | 3A |
| Octal | 376 | 121 | 54 | 0 | 104 | 123 | 0 | 13 | 143 | 72 |
| Binary | 11111110 | 1010001 | 101100 | 0 | 1000100 | 1010011 | 0 | 1011 | 1100011 | 111010 |
Color Harmonies of #FE512C
Complementary color
Monochromatic Colors of #FE512C
Black with #FE512C
Text Example
Text Example
White with #FE512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE512C; }
p { color: rgb(254,81,44); }
H1.HeaderClassName
{
color: #FE512C;
}
.AnyTagClassName
{
color: #FE512C;
}
</style>
background-color css
<style>
a { background-color: #FE512C; }
a { background-color: rgb(254,81,44); }
div.DivClassName
{
background-color: #FE512C;
}
.BgClassName
{
background-color: #FE512C;
}
</style>
border-color css
<style>
span { border-color: #FE512C; }
span { border-color: rgb(254,81,44); }
td.TdClassName
{
border-color: #FE512C;
}
.TagClassName
{
border-color: #FE512C;
}
</style>