Shades of Red Orange #FE4D25
Tints of Red Orange #FE4D25
RGB
CMYK
RGB Variations
Color information
#FE4D25 (or 0xFE4D25) is known color: Red Orange. HEX triplet: FE, 4D and 25. RGB value is (254,77,37). Sum of RGB (Red+Green+Blue) = 254+77+37=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D25 is #01B2DA. Grayscale: #7D7D7D. Windows color (decimal): -111323 or 2444798. OLE color: 2444798.
HSL color Cylindrical-coordinate representation of color #FE4D25: hue angle of 11.06º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE4D25 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 37 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.00 |
| HSL | 11.06º | 0.99% | 0.57% | - |
| HSV(B) | 11.06º | 0.85% | 1% | - |
| XYZ | 43.86 | 26.51 | 4.56 | - |
| YUV | 125.36 | 78.14 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 37 | 0 | 0.70 | 0.85 | 0.00 | 11.06 | 0.99 | 0.57 |
| Hex | FE | 4D | 25 | 0 | 46 | 55 | 0 | B | 63 | 39 |
| Octal | 376 | 115 | 45 | 0 | 106 | 125 | 0 | 13 | 143 | 71 |
| Binary | 11111110 | 1001101 | 100101 | 0 | 1000110 | 1010101 | 0 | 1011 | 1100011 | 111001 |
Color Harmonies of #FE4D25
Complementary color
Monochromatic Colors of #FE4D25
Black with #FE4D25
Text Example
Text Example
White with #FE4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D25; }
p { color: rgb(254,77,37); }
H1.HeaderClassName
{
color: #FE4D25;
}
.AnyTagClassName
{
color: #FE4D25;
}
</style>
background-color css
<style>
a { background-color: #FE4D25; }
a { background-color: rgb(254,77,37); }
div.DivClassName
{
background-color: #FE4D25;
}
.BgClassName
{
background-color: #FE4D25;
}
</style>
border-color css
<style>
span { border-color: #FE4D25; }
span { border-color: rgb(254,77,37); }
td.TdClassName
{
border-color: #FE4D25;
}
.TagClassName
{
border-color: #FE4D25;
}
</style>