Shades of Red Orange #FE3C2B
Tints of Red Orange #FE3C2B
RGB
CMYK
RGB Variations
Color information
#FE3C2B (or 0xFE3C2B) is known color: Red Orange. HEX triplet: FE, 3C and 2B. RGB value is (254,60,43). Sum of RGB (Red+Green+Blue) = 254+60+43=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C2B is #01C3D4. Grayscale: #747474. Windows color (decimal): -115669 or 2833662. OLE color: 2833662.
HSL color Cylindrical-coordinate representation of color #FE3C2B: hue angle of 4.83º 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 #FE3C2B is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 43 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.00 |
| HSL | 4.83º | 0.99% | 0.58% | - |
| HSV(B) | 4.83º | 0.83% | 1% | - |
| XYZ | 42.92 | 24.48 | 4.75 | - |
| YUV | 116.07 | 86.77 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 43 | 0 | 0.76 | 0.83 | 0.00 | 4.83 | 0.99 | 0.58 |
| Hex | FE | 3C | 2B | 0 | 4C | 53 | 0 | 5 | 63 | 3A |
| Octal | 376 | 74 | 53 | 0 | 114 | 123 | 0 | 5 | 143 | 72 |
| Binary | 11111110 | 111100 | 101011 | 0 | 1001100 | 1010011 | 0 | 101 | 1100011 | 111010 |
Color Harmonies of #FE3C2B
Complementary color
Monochromatic Colors of #FE3C2B
Black with #FE3C2B
Text Example
Text Example
White with #FE3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C2B; }
p { color: rgb(254,60,43); }
H1.HeaderClassName
{
color: #FE3C2B;
}
.AnyTagClassName
{
color: #FE3C2B;
}
</style>
background-color css
<style>
a { background-color: #FE3C2B; }
a { background-color: rgb(254,60,43); }
div.DivClassName
{
background-color: #FE3C2B;
}
.BgClassName
{
background-color: #FE3C2B;
}
</style>
border-color css
<style>
span { border-color: #FE3C2B; }
span { border-color: rgb(254,60,43); }
td.TdClassName
{
border-color: #FE3C2B;
}
.TagClassName
{
border-color: #FE3C2B;
}
</style>