Shades of Orange Red #FE4000
Tints of Orange Red #FE4000
RGB
CMYK
RGB Variations
Color information
#FE4000 (or 0xFE4000) is known color: Orange Red. HEX triplet: FE, 40 and 00. RGB value is (254,64,0). Sum of RGB (Red+Green+Blue) = 254+64+0=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4000 is #01BFFF. Grayscale: #717171. Windows color (decimal): -114688 or 16638. OLE color: 16638.
HSL color Cylindrical-coordinate representation of color #FE4000: hue angle of 15.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE4000 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.00 |
| HSL | 15.12º | 1% | 0.5% | - |
| HSV(B) | 15.12º | 1% | 1% | - |
| XYZ | 42.71 | 24.74 | 2.52 | - |
| YUV | 113.51 | 63.95 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 0 | 0 | 0.75 | 1 | 0.00 | 15.12 | 1 | 0.5 |
| Hex | FE | 40 | 0 | 0 | 4B | 64 | 0 | F | 64 | 32 |
| Octal | 376 | 100 | 0 | 0 | 113 | 144 | 0 | 17 | 144 | 62 |
| Binary | 11111110 | 1000000 | 0 | 0 | 1001011 | 1100100 | 0 | 1111 | 1100100 | 110010 |
Color Harmonies of #FE4000
Complementary color
Monochromatic Colors of #FE4000
Black with #FE4000
Text Example
Text Example
White with #FE4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4000; }
p { color: rgb(254,64,0); }
H1.HeaderClassName
{
color: #FE4000;
}
.AnyTagClassName
{
color: #FE4000;
}
</style>
background-color css
<style>
a { background-color: #FE4000; }
a { background-color: rgb(254,64,0); }
div.DivClassName
{
background-color: #FE4000;
}
.BgClassName
{
background-color: #FE4000;
}
</style>
border-color css
<style>
span { border-color: #FE4000; }
span { border-color: rgb(254,64,0); }
td.TdClassName
{
border-color: #FE4000;
}
.TagClassName
{
border-color: #FE4000;
}
</style>