Shades of Red Orange #FE3225
Tints of Red Orange #FE3225
RGB
CMYK
RGB Variations
Color information
#FE3225 (or 0xFE3225) is known color: Red Orange. HEX triplet: FE, 32 and 25. RGB value is (254,50,37). Sum of RGB (Red+Green+Blue) = 254+50+37=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3225 is #01CDDA. Grayscale: #6D6D6D. Windows color (decimal): -118235 or 2437886. OLE color: 2437886.
HSL color Cylindrical-coordinate representation of color #FE3225: hue angle of 3.59º 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 #FE3225 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 37 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.00 |
| HSL | 3.59º | 0.99% | 0.57% | - |
| HSV(B) | 3.59º | 0.85% | 1% | - |
| XYZ | 42.35 | 23.49 | 4.05 | - |
| YUV | 109.51 | 87.09 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 37 | 0 | 0.80 | 0.85 | 0.00 | 3.59 | 0.99 | 0.57 |
| Hex | FE | 32 | 25 | 0 | 50 | 55 | 0 | 4 | 63 | 39 |
| Octal | 376 | 62 | 45 | 0 | 120 | 125 | 0 | 4 | 143 | 71 |
| Binary | 11111110 | 110010 | 100101 | 0 | 1010000 | 1010101 | 0 | 100 | 1100011 | 111001 |
Color Harmonies of #FE3225
Complementary color
Monochromatic Colors of #FE3225
Black with #FE3225
Text Example
Text Example
White with #FE3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3225; }
p { color: rgb(254,50,37); }
H1.HeaderClassName
{
color: #FE3225;
}
.AnyTagClassName
{
color: #FE3225;
}
</style>
background-color css
<style>
a { background-color: #FE3225; }
a { background-color: rgb(254,50,37); }
div.DivClassName
{
background-color: #FE3225;
}
.BgClassName
{
background-color: #FE3225;
}
</style>
border-color css
<style>
span { border-color: #FE3225; }
span { border-color: rgb(254,50,37); }
td.TdClassName
{
border-color: #FE3225;
}
.TagClassName
{
border-color: #FE3225;
}
</style>