Shades of Red Orange #FE3524
Tints of Red Orange #FE3524
RGB
CMYK
RGB Variations
Color information
#FE3524 (or 0xFE3524) is known color: Red Orange. HEX triplet: FE, 35 and 24. RGB value is (254,53,36). Sum of RGB (Red+Green+Blue) = 254+53+36=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3524 is #01CADB. Grayscale: #6F6F6F. Windows color (decimal): -117468 or 2373118. OLE color: 2373118.
HSL color Cylindrical-coordinate representation of color #FE3524: hue angle of 4.68º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE3524 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 36 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.00 |
| HSL | 4.68º | 0.99% | 0.57% | - |
| HSV(B) | 4.68º | 0.86% | 1% | - |
| XYZ | 42.46 | 23.74 | 4.01 | - |
| YUV | 111.16 | 85.59 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 36 | 0 | 0.79 | 0.86 | 0.00 | 4.68 | 0.99 | 0.57 |
| Hex | FE | 35 | 24 | 0 | 4F | 56 | 0 | 5 | 63 | 39 |
| Octal | 376 | 65 | 44 | 0 | 117 | 126 | 0 | 5 | 143 | 71 |
| Binary | 11111110 | 110101 | 100100 | 0 | 1001111 | 1010110 | 0 | 101 | 1100011 | 111001 |
Color Harmonies of #FE3524
Complementary color
Monochromatic Colors of #FE3524
Black with #FE3524
Text Example
Text Example
White with #FE3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3524; }
p { color: rgb(254,53,36); }
H1.HeaderClassName
{
color: #FE3524;
}
.AnyTagClassName
{
color: #FE3524;
}
</style>
background-color css
<style>
a { background-color: #FE3524; }
a { background-color: rgb(254,53,36); }
div.DivClassName
{
background-color: #FE3524;
}
.BgClassName
{
background-color: #FE3524;
}
</style>
border-color css
<style>
span { border-color: #FE3524; }
span { border-color: rgb(254,53,36); }
td.TdClassName
{
border-color: #FE3524;
}
.TagClassName
{
border-color: #FE3524;
}
</style>