Shades of Orange Red #FE4301
Tints of Orange Red #FE4301
RGB
CMYK
RGB Variations
Color information
#FE4301 (or 0xFE4301) is known color: Orange Red. HEX triplet: FE, 43 and 01. RGB value is (254,67,1). Sum of RGB (Red+Green+Blue) = 254+67+1=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4301 is #01BCFE. Grayscale: #737373. Windows color (decimal): -113919 or 82942. OLE color: 82942.
HSL color Cylindrical-coordinate representation of color #FE4301: hue angle of 15.65º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE4301 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.00 |
| HSL | 15.65º | 0.99% | 0.5% | - |
| HSV(B) | 15.65º | 1% | 1% | - |
| XYZ | 42.89 | 25.09 | 2.61 | - |
| YUV | 115.39 | 63.45 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 1 | 0 | 0.74 | 1.00 | 0.00 | 15.65 | 0.99 | 0.5 |
| Hex | FE | 43 | 1 | 0 | 4A | 64 | 0 | 10 | 63 | 32 |
| Octal | 376 | 103 | 1 | 0 | 112 | 144 | 0 | 20 | 143 | 62 |
| Binary | 11111110 | 1000011 | 1 | 0 | 1001010 | 1100100 | 0 | 10000 | 1100011 | 110010 |
Color Harmonies of #FE4301
Complementary color
Monochromatic Colors of #FE4301
Black with #FE4301
Text Example
Text Example
White with #FE4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4301; }
p { color: rgb(254,67,1); }
H1.HeaderClassName
{
color: #FE4301;
}
.AnyTagClassName
{
color: #FE4301;
}
</style>
background-color css
<style>
a { background-color: #FE4301; }
a { background-color: rgb(254,67,1); }
div.DivClassName
{
background-color: #FE4301;
}
.BgClassName
{
background-color: #FE4301;
}
</style>
border-color css
<style>
span { border-color: #FE4301; }
span { border-color: rgb(254,67,1); }
td.TdClassName
{
border-color: #FE4301;
}
.TagClassName
{
border-color: #FE4301;
}
</style>