Shades of Red Orange #FE3F2B
Tints of Red Orange #FE3F2B
RGB
CMYK
RGB Variations
Color information
#FE3F2B (or 0xFE3F2B) is known color: Red Orange. HEX triplet: FE, 3F and 2B. RGB value is (254,63,43). Sum of RGB (Red+Green+Blue) = 254+63+43=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F2B is #01C0D4. Grayscale: #767676. Windows color (decimal): -114901 or 2834430. OLE color: 2834430.
HSL color Cylindrical-coordinate representation of color #FE3F2B: hue angle of 5.69º 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 #FE3F2B is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 43 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.00 |
| HSL | 5.69º | 0.99% | 0.58% | - |
| HSV(B) | 5.69º | 0.83% | 1% | - |
| XYZ | 43.09 | 24.8 | 4.8 | - |
| YUV | 117.83 | 85.78 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 43 | 0 | 0.75 | 0.83 | 0.00 | 5.69 | 0.99 | 0.58 |
| Hex | FE | 3F | 2B | 0 | 4B | 53 | 0 | 6 | 63 | 3A |
| Octal | 376 | 77 | 53 | 0 | 113 | 123 | 0 | 6 | 143 | 72 |
| Binary | 11111110 | 111111 | 101011 | 0 | 1001011 | 1010011 | 0 | 110 | 1100011 | 111010 |
Color Harmonies of #FE3F2B
Complementary color
Monochromatic Colors of #FE3F2B
Black with #FE3F2B
Text Example
Text Example
White with #FE3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F2B; }
p { color: rgb(254,63,43); }
H1.HeaderClassName
{
color: #FE3F2B;
}
.AnyTagClassName
{
color: #FE3F2B;
}
</style>
background-color css
<style>
a { background-color: #FE3F2B; }
a { background-color: rgb(254,63,43); }
div.DivClassName
{
background-color: #FE3F2B;
}
.BgClassName
{
background-color: #FE3F2B;
}
</style>
border-color css
<style>
span { border-color: #FE3F2B; }
span { border-color: rgb(254,63,43); }
td.TdClassName
{
border-color: #FE3F2B;
}
.TagClassName
{
border-color: #FE3F2B;
}
</style>