Shades of Red Orange #FE2F25
Tints of Red Orange #FE2F25
RGB
CMYK
RGB Variations
Color information
#FE2F25 (or 0xFE2F25) is known color: Red Orange. HEX triplet: FE, 2F and 25. RGB value is (254,47,37). Sum of RGB (Red+Green+Blue) = 254+47+37=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F25 is #01D0DA. Grayscale: #6C6C6C. Windows color (decimal): -119003 or 2437118. OLE color: 2437118.
HSL color Cylindrical-coordinate representation of color #FE2F25: hue angle of 2.76º 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 #FE2F25 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 37 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.00 |
| HSL | 2.76º | 0.99% | 0.57% | - |
| HSV(B) | 2.76º | 0.85% | 1% | - |
| XYZ | 42.22 | 23.24 | 4.01 | - |
| YUV | 107.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 37 | 0 | 0.81 | 0.85 | 0.00 | 2.76 | 0.99 | 0.57 |
| Hex | FE | 2F | 25 | 0 | 51 | 55 | 0 | 3 | 63 | 39 |
| Octal | 376 | 57 | 45 | 0 | 121 | 125 | 0 | 3 | 143 | 71 |
| Binary | 11111110 | 101111 | 100101 | 0 | 1010001 | 1010101 | 0 | 11 | 1100011 | 111001 |
Color Harmonies of #FE2F25
Complementary color
Monochromatic Colors of #FE2F25
Black with #FE2F25
Text Example
Text Example
White with #FE2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F25; }
p { color: rgb(254,47,37); }
H1.HeaderClassName
{
color: #FE2F25;
}
.AnyTagClassName
{
color: #FE2F25;
}
</style>
background-color css
<style>
a { background-color: #FE2F25; }
a { background-color: rgb(254,47,37); }
div.DivClassName
{
background-color: #FE2F25;
}
.BgClassName
{
background-color: #FE2F25;
}
</style>
border-color css
<style>
span { border-color: #FE2F25; }
span { border-color: rgb(254,47,37); }
td.TdClassName
{
border-color: #FE2F25;
}
.TagClassName
{
border-color: #FE2F25;
}
</style>