Shades of Red Orange #FE332F
Tints of Red Orange #FE332F
RGB
CMYK
RGB Variations
Color information
#FE332F (or 0xFE332F) is known color: Red Orange. HEX triplet: FE, 33 and 2F. RGB value is (254,51,47). Sum of RGB (Red+Green+Blue) = 254+51+47=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE332F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE332F is #01CCD0. Grayscale: #6F6F6F. Windows color (decimal): -117969 or 3093502. OLE color: 3093502.
HSL color Cylindrical-coordinate representation of color #FE332F: hue angle of 1.16º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE332F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 47 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.00 |
| HSL | 1.16º | 0.99% | 0.59% | - |
| HSV(B) | 1.16º | 0.81% | 1% | - |
| XYZ | 42.57 | 23.64 | 5.01 | - |
| YUV | 111.24 | 91.75 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 47 | 0 | 0.80 | 0.81 | 0.00 | 1.16 | 0.99 | 0.59 |
| Hex | FE | 33 | 2F | 0 | 50 | 51 | 0 | 1 | 63 | 3B |
| Octal | 376 | 63 | 57 | 0 | 120 | 121 | 0 | 1 | 143 | 73 |
| Binary | 11111110 | 110011 | 101111 | 0 | 1010000 | 1010001 | 0 | 1 | 1100011 | 111011 |
Color Harmonies of #FE332F
Complementary color
Monochromatic Colors of #FE332F
Black with #FE332F
Text Example
Text Example
White with #FE332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE332F; }
p { color: rgb(254,51,47); }
H1.HeaderClassName
{
color: #FE332F;
}
.AnyTagClassName
{
color: #FE332F;
}
</style>
background-color css
<style>
a { background-color: #FE332F; }
a { background-color: rgb(254,51,47); }
div.DivClassName
{
background-color: #FE332F;
}
.BgClassName
{
background-color: #FE332F;
}
</style>
border-color css
<style>
span { border-color: #FE332F; }
span { border-color: rgb(254,51,47); }
td.TdClassName
{
border-color: #FE332F;
}
.TagClassName
{
border-color: #FE332F;
}
</style>