Shades of Orange Red #FE4B1A
Tints of Orange Red #FE4B1A
RGB
CMYK
RGB Variations
Color information
#FE4B1A (or 0xFE4B1A) is known color: Orange Red. HEX triplet: FE, 4B and 1A. RGB value is (254,75,26). Sum of RGB (Red+Green+Blue) = 254+75+26=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B1A is #01B4E5. Grayscale: #7B7B7B. Windows color (decimal): -111846 or 1723390. OLE color: 1723390.
HSL color Cylindrical-coordinate representation of color #FE4B1A: hue angle of 12.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE4B1A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 26 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.00 |
| HSL | 12.89º | 0.99% | 0.55% | - |
| HSV(B) | 12.89º | 0.9% | 1% | - |
| XYZ | 43.58 | 26.18 | 3.73 | - |
| YUV | 122.94 | 73.3 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 26 | 0 | 0.70 | 0.90 | 0.00 | 12.89 | 0.99 | 0.55 |
| Hex | FE | 4B | 1A | 0 | 46 | 5A | 0 | D | 63 | 37 |
| Octal | 376 | 113 | 32 | 0 | 106 | 132 | 0 | 15 | 143 | 67 |
| Binary | 11111110 | 1001011 | 11010 | 0 | 1000110 | 1011010 | 0 | 1101 | 1100011 | 110111 |
Color Harmonies of #FE4B1A
Complementary color
Monochromatic Colors of #FE4B1A
Black with #FE4B1A
Text Example
Text Example
White with #FE4B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B1A; }
p { color: rgb(254,75,26); }
H1.HeaderClassName
{
color: #FE4B1A;
}
.AnyTagClassName
{
color: #FE4B1A;
}
</style>
background-color css
<style>
a { background-color: #FE4B1A; }
a { background-color: rgb(254,75,26); }
div.DivClassName
{
background-color: #FE4B1A;
}
.BgClassName
{
background-color: #FE4B1A;
}
</style>
border-color css
<style>
span { border-color: #FE4B1A; }
span { border-color: rgb(254,75,26); }
td.TdClassName
{
border-color: #FE4B1A;
}
.TagClassName
{
border-color: #FE4B1A;
}
</style>