Shades of Red Orange #FE3F34
Tints of Red Orange #FE3F34
RGB
CMYK
RGB Variations
Color information
#FE3F34 (or 0xFE3F34) is known color: Red Orange. HEX triplet: FE, 3F and 34. RGB value is (254,63,52). Sum of RGB (Red+Green+Blue) = 254+63+52=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F34 is #01C0CB. Grayscale: #777777. Windows color (decimal): -114892 or 3424254. OLE color: 3424254.
HSL color Cylindrical-coordinate representation of color #FE3F34: hue angle of 3.27º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3F34 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 52 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.00 |
| HSL | 3.27º | 0.99% | 0.6% | - |
| HSV(B) | 3.27º | 0.8% | 1% | - |
| XYZ | 43.27 | 24.87 | 5.77 | - |
| YUV | 118.86 | 90.28 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 52 | 0 | 0.75 | 0.80 | 0.00 | 3.27 | 0.99 | 0.6 |
| Hex | FE | 3F | 34 | 0 | 4B | 50 | 0 | 3 | 63 | 3C |
| Octal | 376 | 77 | 64 | 0 | 113 | 120 | 0 | 3 | 143 | 74 |
| Binary | 11111110 | 111111 | 110100 | 0 | 1001011 | 1010000 | 0 | 11 | 1100011 | 111100 |
Color Harmonies of #FE3F34
Complementary color
Monochromatic Colors of #FE3F34
Black with #FE3F34
Text Example
Text Example
White with #FE3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F34; }
p { color: rgb(254,63,52); }
H1.HeaderClassName
{
color: #FE3F34;
}
.AnyTagClassName
{
color: #FE3F34;
}
</style>
background-color css
<style>
a { background-color: #FE3F34; }
a { background-color: rgb(254,63,52); }
div.DivClassName
{
background-color: #FE3F34;
}
.BgClassName
{
background-color: #FE3F34;
}
</style>
border-color css
<style>
span { border-color: #FE3F34; }
span { border-color: rgb(254,63,52); }
td.TdClassName
{
border-color: #FE3F34;
}
.TagClassName
{
border-color: #FE3F34;
}
</style>