Shades of Red Orange #FE2625
Tints of Red Orange #FE2625
RGB
CMYK
RGB Variations
Color information
#FE2625 (or 0xFE2625) is known color: Red Orange. HEX triplet: FE, 26 and 25. RGB value is (254,38,37). Sum of RGB (Red+Green+Blue) = 254+38+37=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2625 is #01D9DA. Grayscale: #666666. Windows color (decimal): -121307 or 2434814. OLE color: 2434814.
HSL color Cylindrical-coordinate representation of color #FE2625: hue angle of 0.28º 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 #FE2625 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 37 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.00 |
| HSL | 0.28º | 0.99% | 0.57% | - |
| HSV(B) | 0.28º | 0.85% | 1% | - |
| XYZ | 41.9 | 22.59 | 3.9 | - |
| YUV | 102.47 | 91.06 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 37 | 0 | 0.85 | 0.85 | 0.00 | 0.28 | 0.99 | 0.57 |
| Hex | FE | 26 | 25 | 0 | 55 | 55 | 0 | 0 | 63 | 39 |
| Octal | 376 | 46 | 45 | 0 | 125 | 125 | 0 | 0 | 143 | 71 |
| Binary | 11111110 | 100110 | 100101 | 0 | 1010101 | 1010101 | 0 | 0 | 1100011 | 111001 |
Color Harmonies of #FE2625
Complementary color
Monochromatic Colors of #FE2625
Black with #FE2625
Text Example
Text Example
White with #FE2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2625; }
p { color: rgb(254,38,37); }
H1.HeaderClassName
{
color: #FE2625;
}
.AnyTagClassName
{
color: #FE2625;
}
</style>
background-color css
<style>
a { background-color: #FE2625; }
a { background-color: rgb(254,38,37); }
div.DivClassName
{
background-color: #FE2625;
}
.BgClassName
{
background-color: #FE2625;
}
</style>
border-color css
<style>
span { border-color: #FE2625; }
span { border-color: rgb(254,38,37); }
td.TdClassName
{
border-color: #FE2625;
}
.TagClassName
{
border-color: #FE2625;
}
</style>