Shades of Red Orange #FE4022
Tints of Red Orange #FE4022
RGB
CMYK
RGB Variations
Color information
#FE4022 (or 0xFE4022) is known color: Red Orange. HEX triplet: FE, 40 and 22. RGB value is (254,64,34). Sum of RGB (Red+Green+Blue) = 254+64+34=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4022 is #01BFDD. Grayscale: #757575. Windows color (decimal): -114654 or 2244862. OLE color: 2244862.
HSL color Cylindrical-coordinate representation of color #FE4022: hue angle of 8.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE4022 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 34 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.00 |
| HSL | 8.18º | 0.99% | 0.56% | - |
| HSV(B) | 8.18º | 0.87% | 1% | - |
| XYZ | 43 | 24.85 | 4.04 | - |
| YUV | 117.39 | 80.95 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 34 | 0 | 0.75 | 0.87 | 0.00 | 8.18 | 0.99 | 0.56 |
| Hex | FE | 40 | 22 | 0 | 4B | 57 | 0 | 8 | 63 | 38 |
| Octal | 376 | 100 | 42 | 0 | 113 | 127 | 0 | 10 | 143 | 70 |
| Binary | 11111110 | 1000000 | 100010 | 0 | 1001011 | 1010111 | 0 | 1000 | 1100011 | 111000 |
Color Harmonies of #FE4022
Complementary color
Monochromatic Colors of #FE4022
Black with #FE4022
Text Example
Text Example
White with #FE4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4022; }
p { color: rgb(254,64,34); }
H1.HeaderClassName
{
color: #FE4022;
}
.AnyTagClassName
{
color: #FE4022;
}
</style>
background-color css
<style>
a { background-color: #FE4022; }
a { background-color: rgb(254,64,34); }
div.DivClassName
{
background-color: #FE4022;
}
.BgClassName
{
background-color: #FE4022;
}
</style>
border-color css
<style>
span { border-color: #FE4022; }
span { border-color: rgb(254,64,34); }
td.TdClassName
{
border-color: #FE4022;
}
.TagClassName
{
border-color: #FE4022;
}
</style>