Shades of Orange Red #FE3700
Tints of Orange Red #FE3700
RGB
CMYK
RGB Variations
Color information
#FE3700 (or 0xFE3700) is known color: Orange Red. HEX triplet: FE, 37 and 00. RGB value is (254,55,0). Sum of RGB (Red+Green+Blue) = 254+55+0=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3700 is #01C8FF. Grayscale: #6C6C6C. Windows color (decimal): -116992 or 14334. OLE color: 14334.
HSL color Cylindrical-coordinate representation of color #FE3700: hue angle of 12.99º 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 #FE3700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.00 |
| HSL | 12.99º | 1% | 0.5% | - |
| HSV(B) | 12.99º | 1% | 1% | - |
| XYZ | 42.24 | 23.8 | 2.37 | - |
| YUV | 108.23 | 66.93 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 0 | 0 | 0.78 | 1 | 0.00 | 12.99 | 1 | 0.5 |
| Hex | FE | 37 | 0 | 0 | 4E | 64 | 0 | D | 64 | 32 |
| Octal | 376 | 67 | 0 | 0 | 116 | 144 | 0 | 15 | 144 | 62 |
| Binary | 11111110 | 110111 | 0 | 0 | 1001110 | 1100100 | 0 | 1101 | 1100100 | 110010 |
Color Harmonies of #FE3700
Complementary color
Monochromatic Colors of #FE3700
Black with #FE3700
Text Example
Text Example
White with #FE3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3700; }
p { color: rgb(254,55,0); }
H1.HeaderClassName
{
color: #FE3700;
}
.AnyTagClassName
{
color: #FE3700;
}
</style>
background-color css
<style>
a { background-color: #FE3700; }
a { background-color: rgb(254,55,0); }
div.DivClassName
{
background-color: #FE3700;
}
.BgClassName
{
background-color: #FE3700;
}
</style>
border-color css
<style>
span { border-color: #FE3700; }
span { border-color: rgb(254,55,0); }
td.TdClassName
{
border-color: #FE3700;
}
.TagClassName
{
border-color: #FE3700;
}
</style>