Shades of Orange Red #FE3504
Tints of Orange Red #FE3504
RGB
CMYK
RGB Variations
Color information
#FE3504 (or 0xFE3504) is known color: Orange Red. HEX triplet: FE, 35 and 04. RGB value is (254,53,4). Sum of RGB (Red+Green+Blue) = 254+53+4=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3504 is #01CAFB. Grayscale: #6B6B6B. Windows color (decimal): -117500 or 275966. OLE color: 275966.
HSL color Cylindrical-coordinate representation of color #FE3504: hue angle of 11.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE3504 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.00 |
| HSL | 11.76º | 0.99% | 0.51% | - |
| HSV(B) | 11.76º | 0.98% | 1% | - |
| XYZ | 42.17 | 23.63 | 2.45 | - |
| YUV | 107.51 | 69.59 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 4 | 0 | 0.79 | 0.98 | 0.00 | 11.76 | 0.99 | 0.51 |
| Hex | FE | 35 | 4 | 0 | 4F | 62 | 0 | C | 63 | 33 |
| Octal | 376 | 65 | 4 | 0 | 117 | 142 | 0 | 14 | 143 | 63 |
| Binary | 11111110 | 110101 | 100 | 0 | 1001111 | 1100010 | 0 | 1100 | 1100011 | 110011 |
Color Harmonies of #FE3504
Complementary color
Monochromatic Colors of #FE3504
Black with #FE3504
Text Example
Text Example
White with #FE3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3504; }
p { color: rgb(254,53,4); }
H1.HeaderClassName
{
color: #FE3504;
}
.AnyTagClassName
{
color: #FE3504;
}
</style>
background-color css
<style>
a { background-color: #FE3504; }
a { background-color: rgb(254,53,4); }
div.DivClassName
{
background-color: #FE3504;
}
.BgClassName
{
background-color: #FE3504;
}
</style>
border-color css
<style>
span { border-color: #FE3504; }
span { border-color: rgb(254,53,4); }
td.TdClassName
{
border-color: #FE3504;
}
.TagClassName
{
border-color: #FE3504;
}
</style>