Shades of Red Orange #FE481F
Tints of Red Orange #FE481F
RGB
CMYK
RGB Variations
Color information
#FE481F (or 0xFE481F) is known color: Red Orange. HEX triplet: FE, 48 and 1F. RGB value is (254,72,31). Sum of RGB (Red+Green+Blue) = 254+72+31=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE481F is #01B7E0. Grayscale: #7A7A7A. Windows color (decimal): -112609 or 2050302. OLE color: 2050302.
HSL color Cylindrical-coordinate representation of color #FE481F: hue angle of 11.03º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE481F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 31 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.00 |
| HSL | 11.03º | 0.99% | 0.56% | - |
| HSV(B) | 11.03º | 0.88% | 1% | - |
| XYZ | 43.44 | 25.8 | 3.99 | - |
| YUV | 121.74 | 76.8 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 31 | 0 | 0.72 | 0.88 | 0.00 | 11.03 | 0.99 | 0.56 |
| Hex | FE | 48 | 1F | 0 | 48 | 58 | 0 | B | 63 | 38 |
| Octal | 376 | 110 | 37 | 0 | 110 | 130 | 0 | 13 | 143 | 70 |
| Binary | 11111110 | 1001000 | 11111 | 0 | 1001000 | 1011000 | 0 | 1011 | 1100011 | 111000 |
Color Harmonies of #FE481F
Complementary color
Monochromatic Colors of #FE481F
Black with #FE481F
Text Example
Text Example
White with #FE481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE481F; }
p { color: rgb(254,72,31); }
H1.HeaderClassName
{
color: #FE481F;
}
.AnyTagClassName
{
color: #FE481F;
}
</style>
background-color css
<style>
a { background-color: #FE481F; }
a { background-color: rgb(254,72,31); }
div.DivClassName
{
background-color: #FE481F;
}
.BgClassName
{
background-color: #FE481F;
}
</style>
border-color css
<style>
span { border-color: #FE481F; }
span { border-color: rgb(254,72,31); }
td.TdClassName
{
border-color: #FE481F;
}
.TagClassName
{
border-color: #FE481F;
}
</style>