Shades of Red Orange #FE3123
Tints of Red Orange #FE3123
RGB
CMYK
RGB Variations
Color information
#FE3123 (or 0xFE3123) is known color: Red Orange. HEX triplet: FE, 31 and 23. RGB value is (254,49,35). Sum of RGB (Red+Green+Blue) = 254+49+35=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3123 is #01CEDC. Grayscale: #6C6C6C. Windows color (decimal): -118493 or 2306558. OLE color: 2306558.
HSL color Cylindrical-coordinate representation of color #FE3123: hue angle of 3.84º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE3123 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 35 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.00 |
| HSL | 3.84º | 0.99% | 0.57% | - |
| HSV(B) | 3.84º | 0.86% | 1% | - |
| XYZ | 42.27 | 23.39 | 3.88 | - |
| YUV | 108.7 | 86.42 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 35 | 0 | 0.81 | 0.86 | 0.00 | 3.84 | 0.99 | 0.57 |
| Hex | FE | 31 | 23 | 0 | 51 | 56 | 0 | 4 | 63 | 39 |
| Octal | 376 | 61 | 43 | 0 | 121 | 126 | 0 | 4 | 143 | 71 |
| Binary | 11111110 | 110001 | 100011 | 0 | 1010001 | 1010110 | 0 | 100 | 1100011 | 111001 |
Color Harmonies of #FE3123
Complementary color
Monochromatic Colors of #FE3123
Black with #FE3123
Text Example
Text Example
White with #FE3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3123; }
p { color: rgb(254,49,35); }
H1.HeaderClassName
{
color: #FE3123;
}
.AnyTagClassName
{
color: #FE3123;
}
</style>
background-color css
<style>
a { background-color: #FE3123; }
a { background-color: rgb(254,49,35); }
div.DivClassName
{
background-color: #FE3123;
}
.BgClassName
{
background-color: #FE3123;
}
</style>
border-color css
<style>
span { border-color: #FE3123; }
span { border-color: rgb(254,49,35); }
td.TdClassName
{
border-color: #FE3123;
}
.TagClassName
{
border-color: #FE3123;
}
</style>