Shades of Red Orange #FE3325
Tints of Red Orange #FE3325
RGB
CMYK
RGB Variations
Color information
#FE3325 (or 0xFE3325) is known color: Red Orange. HEX triplet: FE, 33 and 25. RGB value is (254,51,37). Sum of RGB (Red+Green+Blue) = 254+51+37=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3325 is #01CCDA. Grayscale: #6E6E6E. Windows color (decimal): -117979 or 2438142. OLE color: 2438142.
HSL color Cylindrical-coordinate representation of color #FE3325: hue angle of 3.87º 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 #FE3325 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 37 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.00 |
| HSL | 3.87º | 0.99% | 0.57% | - |
| HSV(B) | 3.87º | 0.85% | 1% | - |
| XYZ | 42.39 | 23.57 | 4.07 | - |
| YUV | 110.1 | 86.75 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 37 | 0 | 0.80 | 0.85 | 0.00 | 3.87 | 0.99 | 0.57 |
| Hex | FE | 33 | 25 | 0 | 50 | 55 | 0 | 4 | 63 | 39 |
| Octal | 376 | 63 | 45 | 0 | 120 | 125 | 0 | 4 | 143 | 71 |
| Binary | 11111110 | 110011 | 100101 | 0 | 1010000 | 1010101 | 0 | 100 | 1100011 | 111001 |
Color Harmonies of #FE3325
Complementary color
Monochromatic Colors of #FE3325
Black with #FE3325
Text Example
Text Example
White with #FE3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3325; }
p { color: rgb(254,51,37); }
H1.HeaderClassName
{
color: #FE3325;
}
.AnyTagClassName
{
color: #FE3325;
}
</style>
background-color css
<style>
a { background-color: #FE3325; }
a { background-color: rgb(254,51,37); }
div.DivClassName
{
background-color: #FE3325;
}
.BgClassName
{
background-color: #FE3325;
}
</style>
border-color css
<style>
span { border-color: #FE3325; }
span { border-color: rgb(254,51,37); }
td.TdClassName
{
border-color: #FE3325;
}
.TagClassName
{
border-color: #FE3325;
}
</style>