Shades of Red Orange #FE4B2C
Tints of Red Orange #FE4B2C
RGB
CMYK
RGB Variations
Color information
#FE4B2C (or 0xFE4B2C) is known color: Red Orange. HEX triplet: FE, 4B and 2C. RGB value is (254,75,44). Sum of RGB (Red+Green+Blue) = 254+75+44=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B2C is #01B4D3. Grayscale: #7D7D7D. Windows color (decimal): -111828 or 2903038. OLE color: 2903038.
HSL color Cylindrical-coordinate representation of color #FE4B2C: hue angle of 8.86º 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 #FE4B2C is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 44 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.00 |
| HSL | 8.86º | 0.99% | 0.58% | - |
| HSV(B) | 8.86º | 0.83% | 1% | - |
| XYZ | 43.84 | 26.28 | 5.15 | - |
| YUV | 124.99 | 82.3 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 44 | 0 | 0.70 | 0.83 | 0.00 | 8.86 | 0.99 | 0.58 |
| Hex | FE | 4B | 2C | 0 | 46 | 53 | 0 | 9 | 63 | 3A |
| Octal | 376 | 113 | 54 | 0 | 106 | 123 | 0 | 11 | 143 | 72 |
| Binary | 11111110 | 1001011 | 101100 | 0 | 1000110 | 1010011 | 0 | 1001 | 1100011 | 111010 |
Color Harmonies of #FE4B2C
Complementary color
Monochromatic Colors of #FE4B2C
Black with #FE4B2C
Text Example
Text Example
White with #FE4B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B2C; }
p { color: rgb(254,75,44); }
H1.HeaderClassName
{
color: #FE4B2C;
}
.AnyTagClassName
{
color: #FE4B2C;
}
</style>
background-color css
<style>
a { background-color: #FE4B2C; }
a { background-color: rgb(254,75,44); }
div.DivClassName
{
background-color: #FE4B2C;
}
.BgClassName
{
background-color: #FE4B2C;
}
</style>
border-color css
<style>
span { border-color: #FE4B2C; }
span { border-color: rgb(254,75,44); }
td.TdClassName
{
border-color: #FE4B2C;
}
.TagClassName
{
border-color: #FE4B2C;
}
</style>