Shades of Red Orange #FE341B
Tints of Red Orange #FE341B
RGB
CMYK
RGB Variations
Color information
#FE341B (or 0xFE341B) is known color: Red Orange. HEX triplet: FE, 34 and 1B. RGB value is (254,52,27). Sum of RGB (Red+Green+Blue) = 254+52+27=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE341B is #01CBE4. Grayscale: #6D6D6D. Windows color (decimal): -117733 or 1783038. OLE color: 1783038.
HSL color Cylindrical-coordinate representation of color #FE341B: hue angle of 6.61º 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 #FE341B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 27 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.00 |
| HSL | 6.61º | 0.99% | 0.55% | - |
| HSV(B) | 6.61º | 0.89% | 1% | - |
| XYZ | 42.3 | 23.61 | 3.36 | - |
| YUV | 109.55 | 81.42 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 27 | 0 | 0.80 | 0.89 | 0.00 | 6.61 | 0.99 | 0.55 |
| Hex | FE | 34 | 1B | 0 | 50 | 59 | 0 | 7 | 63 | 37 |
| Octal | 376 | 64 | 33 | 0 | 120 | 131 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 110100 | 11011 | 0 | 1010000 | 1011001 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE341B
Complementary color
Monochromatic Colors of #FE341B
Black with #FE341B
Text Example
Text Example
White with #FE341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE341B; }
p { color: rgb(254,52,27); }
H1.HeaderClassName
{
color: #FE341B;
}
.AnyTagClassName
{
color: #FE341B;
}
</style>
background-color css
<style>
a { background-color: #FE341B; }
a { background-color: rgb(254,52,27); }
div.DivClassName
{
background-color: #FE341B;
}
.BgClassName
{
background-color: #FE341B;
}
</style>
border-color css
<style>
span { border-color: #FE341B; }
span { border-color: rgb(254,52,27); }
td.TdClassName
{
border-color: #FE341B;
}
.TagClassName
{
border-color: #FE341B;
}
</style>