Shades of Red Orange #FE3330
Tints of Red Orange #FE3330
RGB
CMYK
RGB Variations
Color information
#FE3330 (or 0xFE3330) is known color: Red Orange. HEX triplet: FE, 33 and 30. RGB value is (254,51,48). Sum of RGB (Red+Green+Blue) = 254+51+48=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3330 is #01CCCF. Grayscale: #6F6F6F. Windows color (decimal): -117968 or 3159038. OLE color: 3159038.
HSL color Cylindrical-coordinate representation of color #FE3330: hue angle of 0.87º 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 #FE3330 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 48 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.00 |
| HSL | 0.87º | 0.99% | 0.59% | - |
| HSV(B) | 0.87º | 0.81% | 1% | - |
| XYZ | 42.59 | 23.65 | 5.12 | - |
| YUV | 111.36 | 92.25 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 48 | 0 | 0.80 | 0.81 | 0.00 | 0.87 | 0.99 | 0.59 |
| Hex | FE | 33 | 30 | 0 | 50 | 51 | 0 | 1 | 63 | 3B |
| Octal | 376 | 63 | 60 | 0 | 120 | 121 | 0 | 1 | 143 | 73 |
| Binary | 11111110 | 110011 | 110000 | 0 | 1010000 | 1010001 | 0 | 1 | 1100011 | 111011 |
Color Harmonies of #FE3330
Complementary color
Monochromatic Colors of #FE3330
Black with #FE3330
Text Example
Text Example
White with #FE3330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3330; }
p { color: rgb(254,51,48); }
H1.HeaderClassName
{
color: #FE3330;
}
.AnyTagClassName
{
color: #FE3330;
}
</style>
background-color css
<style>
a { background-color: #FE3330; }
a { background-color: rgb(254,51,48); }
div.DivClassName
{
background-color: #FE3330;
}
.BgClassName
{
background-color: #FE3330;
}
</style>
border-color css
<style>
span { border-color: #FE3330; }
span { border-color: rgb(254,51,48); }
td.TdClassName
{
border-color: #FE3330;
}
.TagClassName
{
border-color: #FE3330;
}
</style>