Shades of Orange Red #FE390C
Tints of Orange Red #FE390C
RGB
CMYK
RGB Variations
Color information
#FE390C (or 0xFE390C) is known color: Orange Red. HEX triplet: FE, 39 and 0C. RGB value is (254,57,12). Sum of RGB (Red+Green+Blue) = 254+57+12=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE390C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE390C is #01C6F3. Grayscale: #6F6F6F. Windows color (decimal): -116468 or 801278. OLE color: 801278.
HSL color Cylindrical-coordinate representation of color #FE390C: hue angle of 11.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE390C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.00 |
| HSL | 11.16º | 0.99% | 0.52% | - |
| HSV(B) | 11.16º | 0.95% | 1% | - |
| XYZ | 42.4 | 24.02 | 2.75 | - |
| YUV | 110.77 | 72.27 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 12 | 0 | 0.78 | 0.95 | 0.00 | 11.16 | 0.99 | 0.52 |
| Hex | FE | 39 | C | 0 | 4E | 5F | 0 | B | 63 | 34 |
| Octal | 376 | 71 | 14 | 0 | 116 | 137 | 0 | 13 | 143 | 64 |
| Binary | 11111110 | 111001 | 1100 | 0 | 1001110 | 1011111 | 0 | 1011 | 1100011 | 110100 |
Color Harmonies of #FE390C
Complementary color
Monochromatic Colors of #FE390C
Black with #FE390C
Text Example
Text Example
White with #FE390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE390C; }
p { color: rgb(254,57,12); }
H1.HeaderClassName
{
color: #FE390C;
}
.AnyTagClassName
{
color: #FE390C;
}
</style>
background-color css
<style>
a { background-color: #FE390C; }
a { background-color: rgb(254,57,12); }
div.DivClassName
{
background-color: #FE390C;
}
.BgClassName
{
background-color: #FE390C;
}
</style>
border-color css
<style>
span { border-color: #FE390C; }
span { border-color: rgb(254,57,12); }
td.TdClassName
{
border-color: #FE390C;
}
.TagClassName
{
border-color: #FE390C;
}
</style>