Shades of Red Orange #FE3D20
Tints of Red Orange #FE3D20
RGB
CMYK
RGB Variations
Color information
#FE3D20 (or 0xFE3D20) is known color: Red Orange. HEX triplet: FE, 3D and 20. RGB value is (254,61,32). Sum of RGB (Red+Green+Blue) = 254+61+32=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3D20 is #01C2DF. Grayscale: #737373. Windows color (decimal): -115424 or 2113022. OLE color: 2113022.
HSL color Cylindrical-coordinate representation of color #FE3D20: hue angle of 7.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE3D20 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 32 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.00 |
| HSL | 7.84º | 0.99% | 0.56% | - |
| HSV(B) | 7.84º | 0.87% | 1% | - |
| XYZ | 42.8 | 24.51 | 3.84 | - |
| YUV | 115.4 | 80.94 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 32 | 0 | 0.76 | 0.87 | 0.00 | 7.84 | 0.99 | 0.56 |
| Hex | FE | 3D | 20 | 0 | 4C | 57 | 0 | 8 | 63 | 38 |
| Octal | 376 | 75 | 40 | 0 | 114 | 127 | 0 | 10 | 143 | 70 |
| Binary | 11111110 | 111101 | 100000 | 0 | 1001100 | 1010111 | 0 | 1000 | 1100011 | 111000 |
Color Harmonies of #FE3D20
Complementary color
Monochromatic Colors of #FE3D20
Black with #FE3D20
Text Example
Text Example
White with #FE3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D20; }
p { color: rgb(254,61,32); }
H1.HeaderClassName
{
color: #FE3D20;
}
.AnyTagClassName
{
color: #FE3D20;
}
</style>
background-color css
<style>
a { background-color: #FE3D20; }
a { background-color: rgb(254,61,32); }
div.DivClassName
{
background-color: #FE3D20;
}
.BgClassName
{
background-color: #FE3D20;
}
</style>
border-color css
<style>
span { border-color: #FE3D20; }
span { border-color: rgb(254,61,32); }
td.TdClassName
{
border-color: #FE3D20;
}
.TagClassName
{
border-color: #FE3D20;
}
</style>