Shades of Red Orange #FE3F2C
Tints of Red Orange #FE3F2C
RGB
CMYK
RGB Variations
Color information
#FE3F2C (or 0xFE3F2C) is known color: Red Orange. HEX triplet: FE, 3F and 2C. RGB value is (254,63,44). Sum of RGB (Red+Green+Blue) = 254+63+44=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F2C is #01C0D3. Grayscale: #767676. Windows color (decimal): -114900 or 2899966. OLE color: 2899966.
HSL color Cylindrical-coordinate representation of color #FE3F2C: hue angle of 5.43º 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 #FE3F2C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 44 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.00 |
| HSL | 5.43º | 0.99% | 0.58% | - |
| HSV(B) | 5.43º | 0.83% | 1% | - |
| XYZ | 43.11 | 24.81 | 4.9 | - |
| YUV | 117.94 | 86.28 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 44 | 0 | 0.75 | 0.83 | 0.00 | 5.43 | 0.99 | 0.58 |
| Hex | FE | 3F | 2C | 0 | 4B | 53 | 0 | 5 | 63 | 3A |
| Octal | 376 | 77 | 54 | 0 | 113 | 123 | 0 | 5 | 143 | 72 |
| Binary | 11111110 | 111111 | 101100 | 0 | 1001011 | 1010011 | 0 | 101 | 1100011 | 111010 |
Color Harmonies of #FE3F2C
Complementary color
Monochromatic Colors of #FE3F2C
Black with #FE3F2C
Text Example
Text Example
White with #FE3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F2C; }
p { color: rgb(254,63,44); }
H1.HeaderClassName
{
color: #FE3F2C;
}
.AnyTagClassName
{
color: #FE3F2C;
}
</style>
background-color css
<style>
a { background-color: #FE3F2C; }
a { background-color: rgb(254,63,44); }
div.DivClassName
{
background-color: #FE3F2C;
}
.BgClassName
{
background-color: #FE3F2C;
}
</style>
border-color css
<style>
span { border-color: #FE3F2C; }
span { border-color: rgb(254,63,44); }
td.TdClassName
{
border-color: #FE3F2C;
}
.TagClassName
{
border-color: #FE3F2C;
}
</style>