Shades of Red Orange #FE3E26
Tints of Red Orange #FE3E26
RGB
CMYK
RGB Variations
Color information
#FE3E26 (or 0xFE3E26) is known color: Red Orange. HEX triplet: FE, 3E and 26. RGB value is (254,62,38). Sum of RGB (Red+Green+Blue) = 254+62+38=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3E26 is #01C1D9. Grayscale: #747474. Windows color (decimal): -115162 or 2506494. OLE color: 2506494.
HSL color Cylindrical-coordinate representation of color #FE3E26: hue angle of 6.67º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE3E26 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 38 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.00 |
| HSL | 6.67º | 0.99% | 0.57% | - |
| HSV(B) | 6.67º | 0.85% | 1% | - |
| XYZ | 42.95 | 24.66 | 4.33 | - |
| YUV | 116.67 | 83.61 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 38 | 0 | 0.76 | 0.85 | 0.00 | 6.67 | 0.99 | 0.57 |
| Hex | FE | 3E | 26 | 0 | 4C | 55 | 0 | 7 | 63 | 39 |
| Octal | 376 | 76 | 46 | 0 | 114 | 125 | 0 | 7 | 143 | 71 |
| Binary | 11111110 | 111110 | 100110 | 0 | 1001100 | 1010101 | 0 | 111 | 1100011 | 111001 |
Color Harmonies of #FE3E26
Complementary color
Monochromatic Colors of #FE3E26
Black with #FE3E26
Text Example
Text Example
White with #FE3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E26; }
p { color: rgb(254,62,38); }
H1.HeaderClassName
{
color: #FE3E26;
}
.AnyTagClassName
{
color: #FE3E26;
}
</style>
background-color css
<style>
a { background-color: #FE3E26; }
a { background-color: rgb(254,62,38); }
div.DivClassName
{
background-color: #FE3E26;
}
.BgClassName
{
background-color: #FE3E26;
}
</style>
border-color css
<style>
span { border-color: #FE3E26; }
span { border-color: rgb(254,62,38); }
td.TdClassName
{
border-color: #FE3E26;
}
.TagClassName
{
border-color: #FE3E26;
}
</style>