Shades of Red Orange #FE3C2F
Tints of Red Orange #FE3C2F
RGB
CMYK
RGB Variations
Color information
#FE3C2F (or 0xFE3C2F) is known color: Red Orange. HEX triplet: FE, 3C and 2F. RGB value is (254,60,47). Sum of RGB (Red+Green+Blue) = 254+60+47=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C2F is #01C3D0. Grayscale: #747474. Windows color (decimal): -115665 or 3095806. OLE color: 3095806.
HSL color Cylindrical-coordinate representation of color #FE3C2F: hue angle of 3.77º 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 #FE3C2F is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 47 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.00 |
| HSL | 3.77º | 0.99% | 0.59% | - |
| HSV(B) | 3.77º | 0.81% | 1% | - |
| XYZ | 43 | 24.51 | 5.15 | - |
| YUV | 116.52 | 88.77 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 47 | 0 | 0.76 | 0.81 | 0.00 | 3.77 | 0.99 | 0.59 |
| Hex | FE | 3C | 2F | 0 | 4C | 51 | 0 | 4 | 63 | 3B |
| Octal | 376 | 74 | 57 | 0 | 114 | 121 | 0 | 4 | 143 | 73 |
| Binary | 11111110 | 111100 | 101111 | 0 | 1001100 | 1010001 | 0 | 100 | 1100011 | 111011 |
Color Harmonies of #FE3C2F
Complementary color
Monochromatic Colors of #FE3C2F
Black with #FE3C2F
Text Example
Text Example
White with #FE3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C2F; }
p { color: rgb(254,60,47); }
H1.HeaderClassName
{
color: #FE3C2F;
}
.AnyTagClassName
{
color: #FE3C2F;
}
</style>
background-color css
<style>
a { background-color: #FE3C2F; }
a { background-color: rgb(254,60,47); }
div.DivClassName
{
background-color: #FE3C2F;
}
.BgClassName
{
background-color: #FE3C2F;
}
</style>
border-color css
<style>
span { border-color: #FE3C2F; }
span { border-color: rgb(254,60,47); }
td.TdClassName
{
border-color: #FE3C2F;
}
.TagClassName
{
border-color: #FE3C2F;
}
</style>