Shades of Red Orange #FE481C
Tints of Red Orange #FE481C
RGB
CMYK
RGB Variations
Color information
#FE481C (or 0xFE481C) is known color: Red Orange. HEX triplet: FE, 48 and 1C. RGB value is (254,72,28). Sum of RGB (Red+Green+Blue) = 254+72+28=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE481C is #01B7E3. Grayscale: #797979. Windows color (decimal): -112612 or 1853694. OLE color: 1853694.
HSL color Cylindrical-coordinate representation of color #FE481C: hue angle of 11.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE481C is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 28 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.00 |
| HSL | 11.68º | 0.99% | 0.55% | - |
| HSV(B) | 11.68º | 0.89% | 1% | - |
| XYZ | 43.4 | 25.79 | 3.79 | - |
| YUV | 121.4 | 75.3 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 28 | 0 | 0.72 | 0.89 | 0.00 | 11.68 | 0.99 | 0.55 |
| Hex | FE | 48 | 1C | 0 | 48 | 59 | 0 | C | 63 | 37 |
| Octal | 376 | 110 | 34 | 0 | 110 | 131 | 0 | 14 | 143 | 67 |
| Binary | 11111110 | 1001000 | 11100 | 0 | 1001000 | 1011001 | 0 | 1100 | 1100011 | 110111 |
Color Harmonies of #FE481C
Complementary color
Monochromatic Colors of #FE481C
Black with #FE481C
Text Example
Text Example
White with #FE481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE481C; }
p { color: rgb(254,72,28); }
H1.HeaderClassName
{
color: #FE481C;
}
.AnyTagClassName
{
color: #FE481C;
}
</style>
background-color css
<style>
a { background-color: #FE481C; }
a { background-color: rgb(254,72,28); }
div.DivClassName
{
background-color: #FE481C;
}
.BgClassName
{
background-color: #FE481C;
}
</style>
border-color css
<style>
span { border-color: #FE481C; }
span { border-color: rgb(254,72,28); }
td.TdClassName
{
border-color: #FE481C;
}
.TagClassName
{
border-color: #FE481C;
}
</style>