Shades of Red Orange #FE4322
Tints of Red Orange #FE4322
RGB
CMYK
RGB Variations
Color information
#FE4322 (or 0xFE4322) is known color: Red Orange. HEX triplet: FE, 43 and 22. RGB value is (254,67,34). Sum of RGB (Red+Green+Blue) = 254+67+34=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4322 is #01BCDD. Grayscale: #777777. Windows color (decimal): -113886 or 2245630. OLE color: 2245630.
HSL color Cylindrical-coordinate representation of color #FE4322: hue angle of 9º 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 #FE4322 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 34 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.00 |
| HSL | 9º | 0.99% | 0.56% | - |
| HSV(B) | 9º | 0.87% | 1% | - |
| XYZ | 43.17 | 25.2 | 4.1 | - |
| YUV | 119.15 | 79.95 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 34 | 0 | 0.74 | 0.87 | 0.00 | 9 | 0.99 | 0.56 |
| Hex | FE | 43 | 22 | 0 | 4A | 57 | 0 | 9 | 63 | 38 |
| Octal | 376 | 103 | 42 | 0 | 112 | 127 | 0 | 11 | 143 | 70 |
| Binary | 11111110 | 1000011 | 100010 | 0 | 1001010 | 1010111 | 0 | 1001 | 1100011 | 111000 |
Color Harmonies of #FE4322
Complementary color
Monochromatic Colors of #FE4322
Black with #FE4322
Text Example
Text Example
White with #FE4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4322; }
p { color: rgb(254,67,34); }
H1.HeaderClassName
{
color: #FE4322;
}
.AnyTagClassName
{
color: #FE4322;
}
</style>
background-color css
<style>
a { background-color: #FE4322; }
a { background-color: rgb(254,67,34); }
div.DivClassName
{
background-color: #FE4322;
}
.BgClassName
{
background-color: #FE4322;
}
</style>
border-color css
<style>
span { border-color: #FE4322; }
span { border-color: rgb(254,67,34); }
td.TdClassName
{
border-color: #FE4322;
}
.TagClassName
{
border-color: #FE4322;
}
</style>