Shades of Red Orange #FE4B2A
Tints of Red Orange #FE4B2A
RGB
CMYK
RGB Variations
Color information
#FE4B2A (or 0xFE4B2A) is known color: Red Orange. HEX triplet: FE, 4B and 2A. RGB value is (254,75,42). Sum of RGB (Red+Green+Blue) = 254+75+42=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B2A is #01B4D5. Grayscale: #7D7D7D. Windows color (decimal): -111830 or 2771966. OLE color: 2771966.
HSL color Cylindrical-coordinate representation of color #FE4B2A: hue angle of 9.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE4B2A is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 42 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.00 |
| HSL | 9.34º | 0.99% | 0.58% | - |
| HSV(B) | 9.34º | 0.83% | 1% | - |
| XYZ | 43.81 | 26.27 | 4.95 | - |
| YUV | 124.76 | 81.3 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 42 | 0 | 0.70 | 0.83 | 0.00 | 9.34 | 0.99 | 0.58 |
| Hex | FE | 4B | 2A | 0 | 46 | 53 | 0 | 9 | 63 | 3A |
| Octal | 376 | 113 | 52 | 0 | 106 | 123 | 0 | 11 | 143 | 72 |
| Binary | 11111110 | 1001011 | 101010 | 0 | 1000110 | 1010011 | 0 | 1001 | 1100011 | 111010 |
Color Harmonies of #FE4B2A
Complementary color
Monochromatic Colors of #FE4B2A
Black with #FE4B2A
Text Example
Text Example
White with #FE4B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B2A; }
p { color: rgb(254,75,42); }
H1.HeaderClassName
{
color: #FE4B2A;
}
.AnyTagClassName
{
color: #FE4B2A;
}
</style>
background-color css
<style>
a { background-color: #FE4B2A; }
a { background-color: rgb(254,75,42); }
div.DivClassName
{
background-color: #FE4B2A;
}
.BgClassName
{
background-color: #FE4B2A;
}
</style>
border-color css
<style>
span { border-color: #FE4B2A; }
span { border-color: rgb(254,75,42); }
td.TdClassName
{
border-color: #FE4B2A;
}
.TagClassName
{
border-color: #FE4B2A;
}
</style>