Shades of Red Orange #FE3230
Tints of Red Orange #FE3230
RGB
CMYK
RGB Variations
Color information
#FE3230 (or 0xFE3230) is known color: Red Orange. HEX triplet: FE, 32 and 30. RGB value is (254,50,48). Sum of RGB (Red+Green+Blue) = 254+50+48=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3230 is #01CDCF. Grayscale: #6E6E6E. Windows color (decimal): -118224 or 3158782. OLE color: 3158782.
HSL color Cylindrical-coordinate representation of color #FE3230: hue angle of 0.58º 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 #FE3230 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 48 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.00 |
| HSL | 0.58º | 0.99% | 0.59% | - |
| HSV(B) | 0.58º | 0.81% | 1% | - |
| XYZ | 42.55 | 23.57 | 5.1 | - |
| YUV | 110.77 | 92.59 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 48 | 0 | 0.80 | 0.81 | 0.00 | 0.58 | 0.99 | 0.59 |
| Hex | FE | 32 | 30 | 0 | 50 | 51 | 0 | 1 | 63 | 3B |
| Octal | 376 | 62 | 60 | 0 | 120 | 121 | 0 | 1 | 143 | 73 |
| Binary | 11111110 | 110010 | 110000 | 0 | 1010000 | 1010001 | 0 | 1 | 1100011 | 111011 |
Color Harmonies of #FE3230
Complementary color
Monochromatic Colors of #FE3230
Black with #FE3230
Text Example
Text Example
White with #FE3230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3230; }
p { color: rgb(254,50,48); }
H1.HeaderClassName
{
color: #FE3230;
}
.AnyTagClassName
{
color: #FE3230;
}
</style>
background-color css
<style>
a { background-color: #FE3230; }
a { background-color: rgb(254,50,48); }
div.DivClassName
{
background-color: #FE3230;
}
.BgClassName
{
background-color: #FE3230;
}
</style>
border-color css
<style>
span { border-color: #FE3230; }
span { border-color: rgb(254,50,48); }
td.TdClassName
{
border-color: #FE3230;
}
.TagClassName
{
border-color: #FE3230;
}
</style>