Shades of Red Orange #FE3B2D
Tints of Red Orange #FE3B2D
RGB
CMYK
RGB Variations
Color information
#FE3B2D (or 0xFE3B2D) is known color: Red Orange. HEX triplet: FE, 3B and 2D. RGB value is (254,59,45). Sum of RGB (Red+Green+Blue) = 254+59+45=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3B2D is #01C4D2. Grayscale: #737373. Windows color (decimal): -115923 or 2964478. OLE color: 2964478.
HSL color Cylindrical-coordinate representation of color #FE3B2D: hue angle of 4.02º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE3B2D is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 45 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.00 |
| HSL | 4.02º | 0.99% | 0.59% | - |
| HSV(B) | 4.02º | 0.82% | 1% | - |
| XYZ | 42.91 | 24.39 | 4.93 | - |
| YUV | 115.71 | 88.1 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 45 | 0 | 0.77 | 0.82 | 0.00 | 4.02 | 0.99 | 0.59 |
| Hex | FE | 3B | 2D | 0 | 4D | 52 | 0 | 4 | 63 | 3B |
| Octal | 376 | 73 | 55 | 0 | 115 | 122 | 0 | 4 | 143 | 73 |
| Binary | 11111110 | 111011 | 101101 | 0 | 1001101 | 1010010 | 0 | 100 | 1100011 | 111011 |
Color Harmonies of #FE3B2D
Complementary color
Monochromatic Colors of #FE3B2D
Black with #FE3B2D
Text Example
Text Example
White with #FE3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B2D; }
p { color: rgb(254,59,45); }
H1.HeaderClassName
{
color: #FE3B2D;
}
.AnyTagClassName
{
color: #FE3B2D;
}
</style>
background-color css
<style>
a { background-color: #FE3B2D; }
a { background-color: rgb(254,59,45); }
div.DivClassName
{
background-color: #FE3B2D;
}
.BgClassName
{
background-color: #FE3B2D;
}
</style>
border-color css
<style>
span { border-color: #FE3B2D; }
span { border-color: rgb(254,59,45); }
td.TdClassName
{
border-color: #FE3B2D;
}
.TagClassName
{
border-color: #FE3B2D;
}
</style>