Shades of Red Orange #FE4B1F
Tints of Red Orange #FE4B1F
RGB
CMYK
RGB Variations
Color information
#FE4B1F (or 0xFE4B1F) is known color: Red Orange. HEX triplet: FE, 4B and 1F. RGB value is (254,75,31). Sum of RGB (Red+Green+Blue) = 254+75+31=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B1F is #01B4E0. Grayscale: #7B7B7B. Windows color (decimal): -111841 or 2051070. OLE color: 2051070.
HSL color Cylindrical-coordinate representation of color #FE4B1F: hue angle of 11.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE4B1F is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 31 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.00 |
| HSL | 11.84º | 0.99% | 0.56% | - |
| HSV(B) | 11.84º | 0.88% | 1% | - |
| XYZ | 43.64 | 26.2 | 4.05 | - |
| YUV | 123.51 | 75.8 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 31 | 0 | 0.70 | 0.88 | 0.00 | 11.84 | 0.99 | 0.56 |
| Hex | FE | 4B | 1F | 0 | 46 | 58 | 0 | C | 63 | 38 |
| Octal | 376 | 113 | 37 | 0 | 106 | 130 | 0 | 14 | 143 | 70 |
| Binary | 11111110 | 1001011 | 11111 | 0 | 1000110 | 1011000 | 0 | 1100 | 1100011 | 111000 |
Color Harmonies of #FE4B1F
Complementary color
Monochromatic Colors of #FE4B1F
Black with #FE4B1F
Text Example
Text Example
White with #FE4B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B1F; }
p { color: rgb(254,75,31); }
H1.HeaderClassName
{
color: #FE4B1F;
}
.AnyTagClassName
{
color: #FE4B1F;
}
</style>
background-color css
<style>
a { background-color: #FE4B1F; }
a { background-color: rgb(254,75,31); }
div.DivClassName
{
background-color: #FE4B1F;
}
.BgClassName
{
background-color: #FE4B1F;
}
</style>
border-color css
<style>
span { border-color: #FE4B1F; }
span { border-color: rgb(254,75,31); }
td.TdClassName
{
border-color: #FE4B1F;
}
.TagClassName
{
border-color: #FE4B1F;
}
</style>