Shades of Orange Red #FE3E07
Tints of Orange Red #FE3E07
RGB
CMYK
RGB Variations
Color information
#FE3E07 (or 0xFE3E07) is known color: Orange Red. HEX triplet: FE, 3E and 07. RGB value is (254,62,7). Sum of RGB (Red+Green+Blue) = 254+62+7=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3E07 is #01C1F8. Grayscale: #717171. Windows color (decimal): -115193 or 474878. OLE color: 474878.
HSL color Cylindrical-coordinate representation of color #FE3E07: hue angle of 13.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE3E07 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 7 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.00 |
| HSL | 13.36º | 0.99% | 0.51% | - |
| HSV(B) | 13.36º | 0.97% | 1% | - |
| XYZ | 42.63 | 24.53 | 2.69 | - |
| YUV | 113.14 | 68.11 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 7 | 0 | 0.76 | 0.97 | 0.00 | 13.36 | 0.99 | 0.51 |
| Hex | FE | 3E | 7 | 0 | 4C | 61 | 0 | D | 63 | 33 |
| Octal | 376 | 76 | 7 | 0 | 114 | 141 | 0 | 15 | 143 | 63 |
| Binary | 11111110 | 111110 | 111 | 0 | 1001100 | 1100001 | 0 | 1101 | 1100011 | 110011 |
Color Harmonies of #FE3E07
Complementary color
Monochromatic Colors of #FE3E07
Black with #FE3E07
Text Example
Text Example
White with #FE3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E07; }
p { color: rgb(254,62,7); }
H1.HeaderClassName
{
color: #FE3E07;
}
.AnyTagClassName
{
color: #FE3E07;
}
</style>
background-color css
<style>
a { background-color: #FE3E07; }
a { background-color: rgb(254,62,7); }
div.DivClassName
{
background-color: #FE3E07;
}
.BgClassName
{
background-color: #FE3E07;
}
</style>
border-color css
<style>
span { border-color: #FE3E07; }
span { border-color: rgb(254,62,7); }
td.TdClassName
{
border-color: #FE3E07;
}
.TagClassName
{
border-color: #FE3E07;
}
</style>