Shades of Red Orange #FE3934
Tints of Red Orange #FE3934
RGB
CMYK
RGB Variations
Color information
#FE3934 (or 0xFE3934) is known color: Red Orange. HEX triplet: FE, 39 and 34. RGB value is (254,57,52). Sum of RGB (Red+Green+Blue) = 254+57+52=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3934 is #01C6CB. Grayscale: #737373. Windows color (decimal): -116428 or 3422718. OLE color: 3422718.
HSL color Cylindrical-coordinate representation of color #FE3934: hue angle of 1.49º 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 #FE3934 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 52 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.00 |
| HSL | 1.49º | 0.99% | 0.6% | - |
| HSV(B) | 1.49º | 0.8% | 1% | - |
| XYZ | 42.96 | 24.25 | 5.66 | - |
| YUV | 115.33 | 92.27 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 52 | 0 | 0.78 | 0.80 | 0.00 | 1.49 | 0.99 | 0.6 |
| Hex | FE | 39 | 34 | 0 | 4E | 50 | 0 | 1 | 63 | 3C |
| Octal | 376 | 71 | 64 | 0 | 116 | 120 | 0 | 1 | 143 | 74 |
| Binary | 11111110 | 111001 | 110100 | 0 | 1001110 | 1010000 | 0 | 1 | 1100011 | 111100 |
Color Harmonies of #FE3934
Complementary color
Monochromatic Colors of #FE3934
Black with #FE3934
Text Example
Text Example
White with #FE3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3934; }
p { color: rgb(254,57,52); }
H1.HeaderClassName
{
color: #FE3934;
}
.AnyTagClassName
{
color: #FE3934;
}
</style>
background-color css
<style>
a { background-color: #FE3934; }
a { background-color: rgb(254,57,52); }
div.DivClassName
{
background-color: #FE3934;
}
.BgClassName
{
background-color: #FE3934;
}
</style>
border-color css
<style>
span { border-color: #FE3934; }
span { border-color: rgb(254,57,52); }
td.TdClassName
{
border-color: #FE3934;
}
.TagClassName
{
border-color: #FE3934;
}
</style>