Shades of Orange Red #FE4B1B
Tints of Orange Red #FE4B1B
RGB
CMYK
RGB Variations
Color information
#FE4B1B (or 0xFE4B1B) is known color: Orange Red. HEX triplet: FE, 4B and 1B. RGB value is (254,75,27). Sum of RGB (Red+Green+Blue) = 254+75+27=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B1B is #01B4E4. Grayscale: #7B7B7B. Windows color (decimal): -111845 or 1788926. OLE color: 1788926.
HSL color Cylindrical-coordinate representation of color #FE4B1B: hue angle of 12.69º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE4B1B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.00 |
| HSL | 12.69º | 0.99% | 0.55% | - |
| HSV(B) | 12.69º | 0.89% | 1% | - |
| XYZ | 43.59 | 26.18 | 3.79 | - |
| YUV | 123.05 | 73.8 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 27 | 0 | 0.70 | 0.89 | 0.00 | 12.69 | 0.99 | 0.55 |
| Hex | FE | 4B | 1B | 0 | 46 | 59 | 0 | D | 63 | 37 |
| Octal | 376 | 113 | 33 | 0 | 106 | 131 | 0 | 15 | 143 | 67 |
| Binary | 11111110 | 1001011 | 11011 | 0 | 1000110 | 1011001 | 0 | 1101 | 1100011 | 110111 |
Color Harmonies of #FE4B1B
Complementary color
Monochromatic Colors of #FE4B1B
Black with #FE4B1B
Text Example
Text Example
White with #FE4B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B1B; }
p { color: rgb(254,75,27); }
H1.HeaderClassName
{
color: #FE4B1B;
}
.AnyTagClassName
{
color: #FE4B1B;
}
</style>
background-color css
<style>
a { background-color: #FE4B1B; }
a { background-color: rgb(254,75,27); }
div.DivClassName
{
background-color: #FE4B1B;
}
.BgClassName
{
background-color: #FE4B1B;
}
</style>
border-color css
<style>
span { border-color: #FE4B1B; }
span { border-color: rgb(254,75,27); }
td.TdClassName
{
border-color: #FE4B1B;
}
.TagClassName
{
border-color: #FE4B1B;
}
</style>