Shades of Red Orange #FE4A2D
Tints of Red Orange #FE4A2D
RGB
CMYK
RGB Variations
Color information
#FE4A2D (or 0xFE4A2D) is known color: Red Orange. HEX triplet: FE, 4A and 2D. RGB value is (254,74,45). Sum of RGB (Red+Green+Blue) = 254+74+45=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A2D is #01B5D2. Grayscale: #7C7C7C. Windows color (decimal): -112083 or 2968318. OLE color: 2968318.
HSL color Cylindrical-coordinate representation of color #FE4A2D: hue angle of 8.33º 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 #FE4A2D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 45 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.00 |
| HSL | 8.33º | 0.99% | 0.59% | - |
| HSV(B) | 8.33º | 0.82% | 1% | - |
| XYZ | 43.8 | 26.16 | 5.22 | - |
| YUV | 124.51 | 83.13 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 45 | 0 | 0.71 | 0.82 | 0.00 | 8.33 | 0.99 | 0.59 |
| Hex | FE | 4A | 2D | 0 | 47 | 52 | 0 | 8 | 63 | 3B |
| Octal | 376 | 112 | 55 | 0 | 107 | 122 | 0 | 10 | 143 | 73 |
| Binary | 11111110 | 1001010 | 101101 | 0 | 1000111 | 1010010 | 0 | 1000 | 1100011 | 111011 |
Color Harmonies of #FE4A2D
Complementary color
Monochromatic Colors of #FE4A2D
Black with #FE4A2D
Text Example
Text Example
White with #FE4A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A2D; }
p { color: rgb(254,74,45); }
H1.HeaderClassName
{
color: #FE4A2D;
}
.AnyTagClassName
{
color: #FE4A2D;
}
</style>
background-color css
<style>
a { background-color: #FE4A2D; }
a { background-color: rgb(254,74,45); }
div.DivClassName
{
background-color: #FE4A2D;
}
.BgClassName
{
background-color: #FE4A2D;
}
</style>
border-color css
<style>
span { border-color: #FE4A2D; }
span { border-color: rgb(254,74,45); }
td.TdClassName
{
border-color: #FE4A2D;
}
.TagClassName
{
border-color: #FE4A2D;
}
</style>