Shades of Outrageous Orange #FE5130
Tints of Outrageous Orange #FE5130
RGB
CMYK
RGB Variations
Color information
#FE5130 (or 0xFE5130) is known color: Outrageous Orange. HEX triplet: FE, 51 and 30. RGB value is (254,81,48). Sum of RGB (Red+Green+Blue) = 254+81+48=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5130 is #01AECF. Grayscale: #818181. Windows color (decimal): -110288 or 3166718. OLE color: 3166718.
HSL color Cylindrical-coordinate representation of color #FE5130: hue angle of 9.61º 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 #FE5130 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 48 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.00 |
| HSL | 9.61º | 0.99% | 0.59% | - |
| HSV(B) | 9.61º | 0.81% | 1% | - |
| XYZ | 44.35 | 27.17 | 5.7 | - |
| YUV | 128.97 | 82.31 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 48 | 0 | 0.68 | 0.81 | 0.00 | 9.61 | 0.99 | 0.59 |
| Hex | FE | 51 | 30 | 0 | 44 | 51 | 0 | A | 63 | 3B |
| Octal | 376 | 121 | 60 | 0 | 104 | 121 | 0 | 12 | 143 | 73 |
| Binary | 11111110 | 1010001 | 110000 | 0 | 1000100 | 1010001 | 0 | 1010 | 1100011 | 111011 |
Color Harmonies of #FE5130
Complementary color
Monochromatic Colors of #FE5130
Black with #FE5130
Text Example
Text Example
White with #FE5130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5130; }
p { color: rgb(254,81,48); }
H1.HeaderClassName
{
color: #FE5130;
}
.AnyTagClassName
{
color: #FE5130;
}
</style>
background-color css
<style>
a { background-color: #FE5130; }
a { background-color: rgb(254,81,48); }
div.DivClassName
{
background-color: #FE5130;
}
.BgClassName
{
background-color: #FE5130;
}
</style>
border-color css
<style>
span { border-color: #FE5130; }
span { border-color: rgb(254,81,48); }
td.TdClassName
{
border-color: #FE5130;
}
.TagClassName
{
border-color: #FE5130;
}
</style>