Shades of Red Orange #FE4227
Tints of Red Orange #FE4227
RGB
CMYK
RGB Variations
Color information
#FE4227 (or 0xFE4227) is known color: Red Orange. HEX triplet: FE, 42 and 27. RGB value is (254,66,39). Sum of RGB (Red+Green+Blue) = 254+66+39=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4227 is #01BDD8. Grayscale: #777777. Windows color (decimal): -114137 or 2573054. OLE color: 2573054.
HSL color Cylindrical-coordinate representation of color #FE4227: hue angle of 7.53º 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 #FE4227 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 39 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.00 |
| HSL | 7.53º | 0.99% | 0.57% | - |
| HSV(B) | 7.53º | 0.85% | 1% | - |
| XYZ | 43.19 | 25.11 | 4.49 | - |
| YUV | 119.13 | 82.78 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 39 | 0 | 0.74 | 0.85 | 0.00 | 7.53 | 0.99 | 0.57 |
| Hex | FE | 42 | 27 | 0 | 4A | 55 | 0 | 8 | 63 | 39 |
| Octal | 376 | 102 | 47 | 0 | 112 | 125 | 0 | 10 | 143 | 71 |
| Binary | 11111110 | 1000010 | 100111 | 0 | 1001010 | 1010101 | 0 | 1000 | 1100011 | 111001 |
Color Harmonies of #FE4227
Complementary color
Monochromatic Colors of #FE4227
Black with #FE4227
Text Example
Text Example
White with #FE4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4227; }
p { color: rgb(254,66,39); }
H1.HeaderClassName
{
color: #FE4227;
}
.AnyTagClassName
{
color: #FE4227;
}
</style>
background-color css
<style>
a { background-color: #FE4227; }
a { background-color: rgb(254,66,39); }
div.DivClassName
{
background-color: #FE4227;
}
.BgClassName
{
background-color: #FE4227;
}
</style>
border-color css
<style>
span { border-color: #FE4227; }
span { border-color: rgb(254,66,39); }
td.TdClassName
{
border-color: #FE4227;
}
.TagClassName
{
border-color: #FE4227;
}
</style>