Shades of Orange Red #FE370F
Tints of Orange Red #FE370F
RGB
CMYK
RGB Variations
Color information
#FE370F (or 0xFE370F) is known color: Orange Red. HEX triplet: FE, 37 and 0F. RGB value is (254,55,15). Sum of RGB (Red+Green+Blue) = 254+55+15=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE370F is #01C8F0. Grayscale: #6E6E6E. Windows color (decimal): -116977 or 997374. OLE color: 997374.
HSL color Cylindrical-coordinate representation of color #FE370F: hue angle of 10.04º 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 #FE370F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.00 |
| HSL | 10.04º | 0.99% | 0.53% | - |
| HSV(B) | 10.04º | 0.94% | 1% | - |
| XYZ | 42.33 | 23.84 | 2.82 | - |
| YUV | 109.94 | 74.43 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 15 | 0 | 0.78 | 0.94 | 0.00 | 10.04 | 0.99 | 0.53 |
| Hex | FE | 37 | F | 0 | 4E | 5E | 0 | A | 63 | 35 |
| Octal | 376 | 67 | 17 | 0 | 116 | 136 | 0 | 12 | 143 | 65 |
| Binary | 11111110 | 110111 | 1111 | 0 | 1001110 | 1011110 | 0 | 1010 | 1100011 | 110101 |
Color Harmonies of #FE370F
Complementary color
Monochromatic Colors of #FE370F
Black with #FE370F
Text Example
Text Example
White with #FE370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE370F; }
p { color: rgb(254,55,15); }
H1.HeaderClassName
{
color: #FE370F;
}
.AnyTagClassName
{
color: #FE370F;
}
</style>
background-color css
<style>
a { background-color: #FE370F; }
a { background-color: rgb(254,55,15); }
div.DivClassName
{
background-color: #FE370F;
}
.BgClassName
{
background-color: #FE370F;
}
</style>
border-color css
<style>
span { border-color: #FE370F; }
span { border-color: rgb(254,55,15); }
td.TdClassName
{
border-color: #FE370F;
}
.TagClassName
{
border-color: #FE370F;
}
</style>