Shades of Red Orange #FE4526
Tints of Red Orange #FE4526
RGB
CMYK
RGB Variations
Color information
#FE4526 (or 0xFE4526) is known color: Red Orange. HEX triplet: FE, 45 and 26. RGB value is (254,69,38). Sum of RGB (Red+Green+Blue) = 254+69+38=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4526 is #01BAD9. Grayscale: #797979. Windows color (decimal): -113370 or 2508286. OLE color: 2508286.
HSL color Cylindrical-coordinate representation of color #FE4526: hue angle of 8.61º 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 #FE4526 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 38 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.00 |
| HSL | 8.61º | 0.99% | 0.57% | - |
| HSV(B) | 8.61º | 0.85% | 1% | - |
| XYZ | 43.35 | 25.47 | 4.46 | - |
| YUV | 120.78 | 81.29 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 38 | 0 | 0.73 | 0.85 | 0.00 | 8.61 | 0.99 | 0.57 |
| Hex | FE | 45 | 26 | 0 | 49 | 55 | 0 | 9 | 63 | 39 |
| Octal | 376 | 105 | 46 | 0 | 111 | 125 | 0 | 11 | 143 | 71 |
| Binary | 11111110 | 1000101 | 100110 | 0 | 1001001 | 1010101 | 0 | 1001 | 1100011 | 111001 |
Color Harmonies of #FE4526
Complementary color
Monochromatic Colors of #FE4526
Black with #FE4526
Text Example
Text Example
White with #FE4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4526; }
p { color: rgb(254,69,38); }
H1.HeaderClassName
{
color: #FE4526;
}
.AnyTagClassName
{
color: #FE4526;
}
</style>
background-color css
<style>
a { background-color: #FE4526; }
a { background-color: rgb(254,69,38); }
div.DivClassName
{
background-color: #FE4526;
}
.BgClassName
{
background-color: #FE4526;
}
</style>
border-color css
<style>
span { border-color: #FE4526; }
span { border-color: rgb(254,69,38); }
td.TdClassName
{
border-color: #FE4526;
}
.TagClassName
{
border-color: #FE4526;
}
</style>