Shades of Red Orange #FE3223
Tints of Red Orange #FE3223
RGB
CMYK
RGB Variations
Color information
#FE3223 (or 0xFE3223) is known color: Red Orange. HEX triplet: FE, 32 and 23. RGB value is (254,50,35). Sum of RGB (Red+Green+Blue) = 254+50+35=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3223 is #01CDDC. Grayscale: #6D6D6D. Windows color (decimal): -118237 or 2306814. OLE color: 2306814.
HSL color Cylindrical-coordinate representation of color #FE3223: hue angle of 4.11º 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 #FE3223 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 35 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.00 |
| HSL | 4.11º | 0.99% | 0.57% | - |
| HSV(B) | 4.11º | 0.86% | 1% | - |
| XYZ | 42.32 | 23.47 | 3.89 | - |
| YUV | 109.29 | 86.09 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 35 | 0 | 0.80 | 0.86 | 0.00 | 4.11 | 0.99 | 0.57 |
| Hex | FE | 32 | 23 | 0 | 50 | 56 | 0 | 4 | 63 | 39 |
| Octal | 376 | 62 | 43 | 0 | 120 | 126 | 0 | 4 | 143 | 71 |
| Binary | 11111110 | 110010 | 100011 | 0 | 1010000 | 1010110 | 0 | 100 | 1100011 | 111001 |
Color Harmonies of #FE3223
Complementary color
Monochromatic Colors of #FE3223
Black with #FE3223
Text Example
Text Example
White with #FE3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3223; }
p { color: rgb(254,50,35); }
H1.HeaderClassName
{
color: #FE3223;
}
.AnyTagClassName
{
color: #FE3223;
}
</style>
background-color css
<style>
a { background-color: #FE3223; }
a { background-color: rgb(254,50,35); }
div.DivClassName
{
background-color: #FE3223;
}
.BgClassName
{
background-color: #FE3223;
}
</style>
border-color css
<style>
span { border-color: #FE3223; }
span { border-color: rgb(254,50,35); }
td.TdClassName
{
border-color: #FE3223;
}
.TagClassName
{
border-color: #FE3223;
}
</style>