Shades of Orange Red #FE3E0F
Tints of Orange Red #FE3E0F
RGB
CMYK
RGB Variations
Color information
#FE3E0F (or 0xFE3E0F) is known color: Orange Red. HEX triplet: FE, 3E and 0F. RGB value is (254,62,15). Sum of RGB (Red+Green+Blue) = 254+62+15=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3E0F is #01C1F0. Grayscale: #727272. Windows color (decimal): -115185 or 999166. OLE color: 999166.
HSL color Cylindrical-coordinate representation of color #FE3E0F: hue angle of 11.8º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE3E0F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 15 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.00 |
| HSL | 11.8º | 0.99% | 0.53% | - |
| HSV(B) | 11.8º | 0.94% | 1% | - |
| XYZ | 42.68 | 24.55 | 2.94 | - |
| YUV | 114.05 | 72.11 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 15 | 0 | 0.76 | 0.94 | 0.00 | 11.8 | 0.99 | 0.53 |
| Hex | FE | 3E | F | 0 | 4C | 5E | 0 | C | 63 | 35 |
| Octal | 376 | 76 | 17 | 0 | 114 | 136 | 0 | 14 | 143 | 65 |
| Binary | 11111110 | 111110 | 1111 | 0 | 1001100 | 1011110 | 0 | 1100 | 1100011 | 110101 |
Color Harmonies of #FE3E0F
Complementary color
Monochromatic Colors of #FE3E0F
Black with #FE3E0F
Text Example
Text Example
White with #FE3E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E0F; }
p { color: rgb(254,62,15); }
H1.HeaderClassName
{
color: #FE3E0F;
}
.AnyTagClassName
{
color: #FE3E0F;
}
</style>
background-color css
<style>
a { background-color: #FE3E0F; }
a { background-color: rgb(254,62,15); }
div.DivClassName
{
background-color: #FE3E0F;
}
.BgClassName
{
background-color: #FE3E0F;
}
</style>
border-color css
<style>
span { border-color: #FE3E0F; }
span { border-color: rgb(254,62,15); }
td.TdClassName
{
border-color: #FE3E0F;
}
.TagClassName
{
border-color: #FE3E0F;
}
</style>