Shades of Red Orange #FE3F25
Tints of Red Orange #FE3F25
RGB
CMYK
RGB Variations
Color information
#FE3F25 (or 0xFE3F25) is known color: Red Orange. HEX triplet: FE, 3F and 25. RGB value is (254,63,37). Sum of RGB (Red+Green+Blue) = 254+63+37=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F25 is #01C0DA. Grayscale: #757575. Windows color (decimal): -114907 or 2441214. OLE color: 2441214.
HSL color Cylindrical-coordinate representation of color #FE3F25: hue angle of 7.19º 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 #FE3F25 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 37 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.00 |
| HSL | 7.19º | 0.99% | 0.57% | - |
| HSV(B) | 7.19º | 0.85% | 1% | - |
| XYZ | 42.98 | 24.76 | 4.26 | - |
| YUV | 117.15 | 82.78 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 37 | 0 | 0.75 | 0.85 | 0.00 | 7.19 | 0.99 | 0.57 |
| Hex | FE | 3F | 25 | 0 | 4B | 55 | 0 | 7 | 63 | 39 |
| Octal | 376 | 77 | 45 | 0 | 113 | 125 | 0 | 7 | 143 | 71 |
| Binary | 11111110 | 111111 | 100101 | 0 | 1001011 | 1010101 | 0 | 111 | 1100011 | 111001 |
Color Harmonies of #FE3F25
Complementary color
Monochromatic Colors of #FE3F25
Black with #FE3F25
Text Example
Text Example
White with #FE3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F25; }
p { color: rgb(254,63,37); }
H1.HeaderClassName
{
color: #FE3F25;
}
.AnyTagClassName
{
color: #FE3F25;
}
</style>
background-color css
<style>
a { background-color: #FE3F25; }
a { background-color: rgb(254,63,37); }
div.DivClassName
{
background-color: #FE3F25;
}
.BgClassName
{
background-color: #FE3F25;
}
</style>
border-color css
<style>
span { border-color: #FE3F25; }
span { border-color: rgb(254,63,37); }
td.TdClassName
{
border-color: #FE3F25;
}
.TagClassName
{
border-color: #FE3F25;
}
</style>