Shades of Red Orange #FE3323
Tints of Red Orange #FE3323
RGB
CMYK
RGB Variations
Color information
#FE3323 (or 0xFE3323) is known color: Red Orange. HEX triplet: FE, 33 and 23. RGB value is (254,51,35). Sum of RGB (Red+Green+Blue) = 254+51+35=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3323 is #01CCDC. Grayscale: #6E6E6E. Windows color (decimal): -117981 or 2307070. OLE color: 2307070.
HSL color Cylindrical-coordinate representation of color #FE3323: hue angle of 4.38º 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 #FE3323 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 35 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.00 |
| HSL | 4.38º | 0.99% | 0.57% | - |
| HSV(B) | 4.38º | 0.86% | 1% | - |
| XYZ | 42.36 | 23.56 | 3.9 | - |
| YUV | 109.87 | 85.75 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 35 | 0 | 0.80 | 0.86 | 0.00 | 4.38 | 0.99 | 0.57 |
| Hex | FE | 33 | 23 | 0 | 50 | 56 | 0 | 4 | 63 | 39 |
| Octal | 376 | 63 | 43 | 0 | 120 | 126 | 0 | 4 | 143 | 71 |
| Binary | 11111110 | 110011 | 100011 | 0 | 1010000 | 1010110 | 0 | 100 | 1100011 | 111001 |
Color Harmonies of #FE3323
Complementary color
Monochromatic Colors of #FE3323
Black with #FE3323
Text Example
Text Example
White with #FE3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3323; }
p { color: rgb(254,51,35); }
H1.HeaderClassName
{
color: #FE3323;
}
.AnyTagClassName
{
color: #FE3323;
}
</style>
background-color css
<style>
a { background-color: #FE3323; }
a { background-color: rgb(254,51,35); }
div.DivClassName
{
background-color: #FE3323;
}
.BgClassName
{
background-color: #FE3323;
}
</style>
border-color css
<style>
span { border-color: #FE3323; }
span { border-color: rgb(254,51,35); }
td.TdClassName
{
border-color: #FE3323;
}
.TagClassName
{
border-color: #FE3323;
}
</style>