Shades of Orange Red #FE3E00
Tints of Orange Red #FE3E00
RGB
CMYK
RGB Variations
Color information
#FE3E00 (or 0xFE3E00) is known color: Orange Red. HEX triplet: FE, 3E and 00. RGB value is (254,62,0). Sum of RGB (Red+Green+Blue) = 254+62+0=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3E00 is #01C1FF. Grayscale: #707070. Windows color (decimal): -115200 or 16126. OLE color: 16126.
HSL color Cylindrical-coordinate representation of color #FE3E00: hue angle of 14.65º 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 #FE3E00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.00 |
| HSL | 14.65º | 1% | 0.5% | - |
| HSV(B) | 14.65º | 1% | 1% | - |
| XYZ | 42.6 | 24.52 | 2.49 | - |
| YUV | 112.34 | 64.61 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 0 | 0 | 0.76 | 1 | 0.00 | 14.65 | 1 | 0.5 |
| Hex | FE | 3E | 0 | 0 | 4C | 64 | 0 | F | 64 | 32 |
| Octal | 376 | 76 | 0 | 0 | 114 | 144 | 0 | 17 | 144 | 62 |
| Binary | 11111110 | 111110 | 0 | 0 | 1001100 | 1100100 | 0 | 1111 | 1100100 | 110010 |
Color Harmonies of #FE3E00
Complementary color
Monochromatic Colors of #FE3E00
Black with #FE3E00
Text Example
Text Example
White with #FE3E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E00; }
p { color: rgb(254,62,0); }
H1.HeaderClassName
{
color: #FE3E00;
}
.AnyTagClassName
{
color: #FE3E00;
}
</style>
background-color css
<style>
a { background-color: #FE3E00; }
a { background-color: rgb(254,62,0); }
div.DivClassName
{
background-color: #FE3E00;
}
.BgClassName
{
background-color: #FE3E00;
}
</style>
border-color css
<style>
span { border-color: #FE3E00; }
span { border-color: rgb(254,62,0); }
td.TdClassName
{
border-color: #FE3E00;
}
.TagClassName
{
border-color: #FE3E00;
}
</style>