Shades of Red Orange #FE4223
Tints of Red Orange #FE4223
RGB
CMYK
RGB Variations
Color information
#FE4223 (or 0xFE4223) is known color: Red Orange. HEX triplet: FE, 42 and 23. RGB value is (254,66,35). Sum of RGB (Red+Green+Blue) = 254+66+35=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4223 is #01BDDC. Grayscale: #767676. Windows color (decimal): -114141 or 2310910. OLE color: 2310910.
HSL color Cylindrical-coordinate representation of color #FE4223: hue angle of 8.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE4223 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 35 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.00 |
| HSL | 8.49º | 0.99% | 0.57% | - |
| HSV(B) | 8.49º | 0.86% | 1% | - |
| XYZ | 43.12 | 25.09 | 4.16 | - |
| YUV | 118.68 | 80.78 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 35 | 0 | 0.74 | 0.86 | 0.00 | 8.49 | 0.99 | 0.57 |
| Hex | FE | 42 | 23 | 0 | 4A | 56 | 0 | 8 | 63 | 39 |
| Octal | 376 | 102 | 43 | 0 | 112 | 126 | 0 | 10 | 143 | 71 |
| Binary | 11111110 | 1000010 | 100011 | 0 | 1001010 | 1010110 | 0 | 1000 | 1100011 | 111001 |
Color Harmonies of #FE4223
Complementary color
Monochromatic Colors of #FE4223
Black with #FE4223
Text Example
Text Example
White with #FE4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4223; }
p { color: rgb(254,66,35); }
H1.HeaderClassName
{
color: #FE4223;
}
.AnyTagClassName
{
color: #FE4223;
}
</style>
background-color css
<style>
a { background-color: #FE4223; }
a { background-color: rgb(254,66,35); }
div.DivClassName
{
background-color: #FE4223;
}
.BgClassName
{
background-color: #FE4223;
}
</style>
border-color css
<style>
span { border-color: #FE4223; }
span { border-color: rgb(254,66,35); }
td.TdClassName
{
border-color: #FE4223;
}
.TagClassName
{
border-color: #FE4223;
}
</style>