Shades of Red Orange #FE351C
Tints of Red Orange #FE351C
RGB
CMYK
RGB Variations
Color information
#FE351C (or 0xFE351C) is known color: Red Orange. HEX triplet: FE, 35 and 1C. RGB value is (254,53,28). Sum of RGB (Red+Green+Blue) = 254+53+28=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE351C is #01CAE3. Grayscale: #6E6E6E. Windows color (decimal): -117476 or 1848830. OLE color: 1848830.
HSL color Cylindrical-coordinate representation of color #FE351C: hue angle of 6.64º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE351C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 28 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.00 |
| HSL | 6.64º | 0.99% | 0.55% | - |
| HSV(B) | 6.64º | 0.89% | 1% | - |
| XYZ | 42.36 | 23.7 | 3.44 | - |
| YUV | 110.25 | 81.59 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 28 | 0 | 0.79 | 0.89 | 0.00 | 6.64 | 0.99 | 0.55 |
| Hex | FE | 35 | 1C | 0 | 4F | 59 | 0 | 7 | 63 | 37 |
| Octal | 376 | 65 | 34 | 0 | 117 | 131 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 110101 | 11100 | 0 | 1001111 | 1011001 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE351C
Complementary color
Monochromatic Colors of #FE351C
Black with #FE351C
Text Example
Text Example
White with #FE351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE351C; }
p { color: rgb(254,53,28); }
H1.HeaderClassName
{
color: #FE351C;
}
.AnyTagClassName
{
color: #FE351C;
}
</style>
background-color css
<style>
a { background-color: #FE351C; }
a { background-color: rgb(254,53,28); }
div.DivClassName
{
background-color: #FE351C;
}
.BgClassName
{
background-color: #FE351C;
}
</style>
border-color css
<style>
span { border-color: #FE351C; }
span { border-color: rgb(254,53,28); }
td.TdClassName
{
border-color: #FE351C;
}
.TagClassName
{
border-color: #FE351C;
}
</style>