Shades of Red Orange #FE351E
Tints of Red Orange #FE351E
RGB
CMYK
RGB Variations
Color information
#FE351E (or 0xFE351E) is known color: Red Orange. HEX triplet: FE, 35 and 1E. RGB value is (254,53,30). Sum of RGB (Red+Green+Blue) = 254+53+30=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE351E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE351E is #01CAE1. Grayscale: #6E6E6E. Windows color (decimal): -117474 or 1979902. OLE color: 1979902.
HSL color Cylindrical-coordinate representation of color #FE351E: hue angle of 6.16º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE351E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 30 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.00 |
| HSL | 6.16º | 0.99% | 0.56% | - |
| HSV(B) | 6.16º | 0.88% | 1% | - |
| XYZ | 42.38 | 23.71 | 3.57 | - |
| YUV | 110.48 | 82.59 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 30 | 0 | 0.79 | 0.88 | 0.00 | 6.16 | 0.99 | 0.56 |
| Hex | FE | 35 | 1E | 0 | 4F | 58 | 0 | 6 | 63 | 38 |
| Octal | 376 | 65 | 36 | 0 | 117 | 130 | 0 | 6 | 143 | 70 |
| Binary | 11111110 | 110101 | 11110 | 0 | 1001111 | 1011000 | 0 | 110 | 1100011 | 111000 |
Color Harmonies of #FE351E
Complementary color
Monochromatic Colors of #FE351E
Black with #FE351E
Text Example
Text Example
White with #FE351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE351E; }
p { color: rgb(254,53,30); }
H1.HeaderClassName
{
color: #FE351E;
}
.AnyTagClassName
{
color: #FE351E;
}
</style>
background-color css
<style>
a { background-color: #FE351E; }
a { background-color: rgb(254,53,30); }
div.DivClassName
{
background-color: #FE351E;
}
.BgClassName
{
background-color: #FE351E;
}
</style>
border-color css
<style>
span { border-color: #FE351E; }
span { border-color: rgb(254,53,30); }
td.TdClassName
{
border-color: #FE351E;
}
.TagClassName
{
border-color: #FE351E;
}
</style>