Shades of Red Orange #FE302B
Tints of Red Orange #FE302B
RGB
CMYK
RGB Variations
Color information
#FE302B (or 0xFE302B) is known color: Red Orange. HEX triplet: FE, 30 and 2B. RGB value is (254,48,43). Sum of RGB (Red+Green+Blue) = 254+48+43=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE302B is #01CFD4. Grayscale: #6D6D6D. Windows color (decimal): -118741 or 2830590. OLE color: 2830590.
HSL color Cylindrical-coordinate representation of color #FE302B: hue angle of 1.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE302B is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 43 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.00 |
| HSL | 1.42º | 0.99% | 0.58% | - |
| HSV(B) | 1.42º | 0.83% | 1% | - |
| XYZ | 42.37 | 23.36 | 4.56 | - |
| YUV | 109.02 | 90.75 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 43 | 0 | 0.81 | 0.83 | 0.00 | 1.42 | 0.99 | 0.58 |
| Hex | FE | 30 | 2B | 0 | 51 | 53 | 0 | 1 | 63 | 3A |
| Octal | 376 | 60 | 53 | 0 | 121 | 123 | 0 | 1 | 143 | 72 |
| Binary | 11111110 | 110000 | 101011 | 0 | 1010001 | 1010011 | 0 | 1 | 1100011 | 111010 |
Color Harmonies of #FE302B
Complementary color
Monochromatic Colors of #FE302B
Black with #FE302B
Text Example
Text Example
White with #FE302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE302B; }
p { color: rgb(254,48,43); }
H1.HeaderClassName
{
color: #FE302B;
}
.AnyTagClassName
{
color: #FE302B;
}
</style>
background-color css
<style>
a { background-color: #FE302B; }
a { background-color: rgb(254,48,43); }
div.DivClassName
{
background-color: #FE302B;
}
.BgClassName
{
background-color: #FE302B;
}
</style>
border-color css
<style>
span { border-color: #FE302B; }
span { border-color: rgb(254,48,43); }
td.TdClassName
{
border-color: #FE302B;
}
.TagClassName
{
border-color: #FE302B;
}
</style>