Shades of Red Orange #FE482F
Tints of Red Orange #FE482F
RGB
CMYK
RGB Variations
Color information
#FE482F (or 0xFE482F) is known color: Red Orange. HEX triplet: FE, 48 and 2F. RGB value is (254,72,47). Sum of RGB (Red+Green+Blue) = 254+72+47=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE482F is #01B7D0. Grayscale: #7B7B7B. Windows color (decimal): -112593 or 3098878. OLE color: 3098878.
HSL color Cylindrical-coordinate representation of color #FE482F: hue angle of 7.25º 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 #FE482F is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 47 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.00 |
| HSL | 7.25º | 0.99% | 0.59% | - |
| HSV(B) | 7.25º | 0.81% | 1% | - |
| XYZ | 43.7 | 25.91 | 5.39 | - |
| YUV | 123.57 | 84.8 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 47 | 0 | 0.72 | 0.81 | 0.00 | 7.25 | 0.99 | 0.59 |
| Hex | FE | 48 | 2F | 0 | 48 | 51 | 0 | 7 | 63 | 3B |
| Octal | 376 | 110 | 57 | 0 | 110 | 121 | 0 | 7 | 143 | 73 |
| Binary | 11111110 | 1001000 | 101111 | 0 | 1001000 | 1010001 | 0 | 111 | 1100011 | 111011 |
Color Harmonies of #FE482F
Complementary color
Monochromatic Colors of #FE482F
Black with #FE482F
Text Example
Text Example
White with #FE482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE482F; }
p { color: rgb(254,72,47); }
H1.HeaderClassName
{
color: #FE482F;
}
.AnyTagClassName
{
color: #FE482F;
}
</style>
background-color css
<style>
a { background-color: #FE482F; }
a { background-color: rgb(254,72,47); }
div.DivClassName
{
background-color: #FE482F;
}
.BgClassName
{
background-color: #FE482F;
}
</style>
border-color css
<style>
span { border-color: #FE482F; }
span { border-color: rgb(254,72,47); }
td.TdClassName
{
border-color: #FE482F;
}
.TagClassName
{
border-color: #FE482F;
}
</style>