Shades of Red Orange #FE341A
Tints of Red Orange #FE341A
RGB
CMYK
RGB Variations
Color information
#FE341A (or 0xFE341A) is known color: Red Orange. HEX triplet: FE, 34 and 1A. RGB value is (254,52,26). Sum of RGB (Red+Green+Blue) = 254+52+26=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE341A is #01CBE5. Grayscale: #6D6D6D. Windows color (decimal): -117734 or 1717502. OLE color: 1717502.
HSL color Cylindrical-coordinate representation of color #FE341A: hue angle of 6.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE341A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 26 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.00 |
| HSL | 6.84º | 0.99% | 0.55% | - |
| HSV(B) | 6.84º | 0.9% | 1% | - |
| XYZ | 42.29 | 23.6 | 3.3 | - |
| YUV | 109.43 | 80.92 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 26 | 0 | 0.80 | 0.90 | 0.00 | 6.84 | 0.99 | 0.55 |
| Hex | FE | 34 | 1A | 0 | 50 | 5A | 0 | 7 | 63 | 37 |
| Octal | 376 | 64 | 32 | 0 | 120 | 132 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 110100 | 11010 | 0 | 1010000 | 1011010 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE341A
Complementary color
Monochromatic Colors of #FE341A
Black with #FE341A
Text Example
Text Example
White with #FE341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE341A; }
p { color: rgb(254,52,26); }
H1.HeaderClassName
{
color: #FE341A;
}
.AnyTagClassName
{
color: #FE341A;
}
</style>
background-color css
<style>
a { background-color: #FE341A; }
a { background-color: rgb(254,52,26); }
div.DivClassName
{
background-color: #FE341A;
}
.BgClassName
{
background-color: #FE341A;
}
</style>
border-color css
<style>
span { border-color: #FE341A; }
span { border-color: rgb(254,52,26); }
td.TdClassName
{
border-color: #FE341A;
}
.TagClassName
{
border-color: #FE341A;
}
</style>