Shades of Red Orange #FE482D
Tints of Red Orange #FE482D
RGB
CMYK
RGB Variations
Color information
#FE482D (or 0xFE482D) is known color: Red Orange. HEX triplet: FE, 48 and 2D. RGB value is (254,72,45). Sum of RGB (Red+Green+Blue) = 254+72+45=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE482D is #01B7D2. Grayscale: #7B7B7B. Windows color (decimal): -112595 or 2967806. OLE color: 2967806.
HSL color Cylindrical-coordinate representation of color #FE482D: hue angle of 7.75º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE482D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 45 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.00 |
| HSL | 7.75º | 0.99% | 0.59% | - |
| HSV(B) | 7.75º | 0.82% | 1% | - |
| XYZ | 43.66 | 25.9 | 5.18 | - |
| YUV | 123.34 | 83.8 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 45 | 0 | 0.72 | 0.82 | 0.00 | 7.75 | 0.99 | 0.59 |
| Hex | FE | 48 | 2D | 0 | 48 | 52 | 0 | 8 | 63 | 3B |
| Octal | 376 | 110 | 55 | 0 | 110 | 122 | 0 | 10 | 143 | 73 |
| Binary | 11111110 | 1001000 | 101101 | 0 | 1001000 | 1010010 | 0 | 1000 | 1100011 | 111011 |
Color Harmonies of #FE482D
Complementary color
Monochromatic Colors of #FE482D
Black with #FE482D
Text Example
Text Example
White with #FE482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE482D; }
p { color: rgb(254,72,45); }
H1.HeaderClassName
{
color: #FE482D;
}
.AnyTagClassName
{
color: #FE482D;
}
</style>
background-color css
<style>
a { background-color: #FE482D; }
a { background-color: rgb(254,72,45); }
div.DivClassName
{
background-color: #FE482D;
}
.BgClassName
{
background-color: #FE482D;
}
</style>
border-color css
<style>
span { border-color: #FE482D; }
span { border-color: rgb(254,72,45); }
td.TdClassName
{
border-color: #FE482D;
}
.TagClassName
{
border-color: #FE482D;
}
</style>