Shades of Red Orange #FE4325
Tints of Red Orange #FE4325
RGB
CMYK
RGB Variations
Color information
#FE4325 (or 0xFE4325) is known color: Red Orange. HEX triplet: FE, 43 and 25. RGB value is (254,67,37). Sum of RGB (Red+Green+Blue) = 254+67+37=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4325 is #01BCDA. Grayscale: #777777. Windows color (decimal): -113883 or 2442238. OLE color: 2442238.
HSL color Cylindrical-coordinate representation of color #FE4325: hue angle of 8.29º 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 #FE4325 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 37 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.00 |
| HSL | 8.29º | 0.99% | 0.57% | - |
| HSV(B) | 8.29º | 0.85% | 1% | - |
| XYZ | 43.21 | 25.22 | 4.34 | - |
| YUV | 119.49 | 81.45 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 37 | 0 | 0.74 | 0.85 | 0.00 | 8.29 | 0.99 | 0.57 |
| Hex | FE | 43 | 25 | 0 | 4A | 55 | 0 | 8 | 63 | 39 |
| Octal | 376 | 103 | 45 | 0 | 112 | 125 | 0 | 10 | 143 | 71 |
| Binary | 11111110 | 1000011 | 100101 | 0 | 1001010 | 1010101 | 0 | 1000 | 1100011 | 111001 |
Color Harmonies of #FE4325
Complementary color
Monochromatic Colors of #FE4325
Black with #FE4325
Text Example
Text Example
White with #FE4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4325; }
p { color: rgb(254,67,37); }
H1.HeaderClassName
{
color: #FE4325;
}
.AnyTagClassName
{
color: #FE4325;
}
</style>
background-color css
<style>
a { background-color: #FE4325; }
a { background-color: rgb(254,67,37); }
div.DivClassName
{
background-color: #FE4325;
}
.BgClassName
{
background-color: #FE4325;
}
</style>
border-color css
<style>
span { border-color: #FE4325; }
span { border-color: rgb(254,67,37); }
td.TdClassName
{
border-color: #FE4325;
}
.TagClassName
{
border-color: #FE4325;
}
</style>