Shades of Red Orange #FF4C1E
Tints of Red Orange #FF4C1E
RGB
CMYK
RGB Variations
Color information
#FF4C1E (or 0xFF4C1E) is known color: Red Orange. HEX triplet: FF, 4C and 1E. RGB value is (255,76,30). Sum of RGB (Red+Green+Blue) = 255+76+30=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C1E is #00B3E1. Grayscale: #7C7C7C. Windows color (decimal): -46050 or 1985791. OLE color: 1985791.
HSL color Cylindrical-coordinate representation of color #FF4C1E: hue angle of 12.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF4C1E is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 30 | - |
| CMYK | 0 | 0.70 | 0.88 | 0 |
| HSL | 12.27º | 1% | 0.56% | - |
| HSV(B) | 12.27º | 0.88% | 1% | - |
| XYZ | 44.06 | 26.52 | 4.03 | - |
| YUV | 124.28 | 74.8 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 30 | 0 | 0.70 | 0.88 | 0 | 12.27 | 1 | 0.56 |
| Hex | FF | 4C | 1E | 0 | 46 | 58 | 0 | C | 64 | 38 |
| Octal | 377 | 114 | 36 | 0 | 106 | 130 | 0 | 14 | 144 | 70 |
| Binary | 11111111 | 1001100 | 11110 | 0 | 1000110 | 1011000 | 0 | 1100 | 1100100 | 111000 |
Color Harmonies of #FF4C1E
Complementary color
Monochromatic Colors of #FF4C1E
Black with #FF4C1E
Text Example
Text Example
White with #FF4C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C1E; }
p { color: rgb(255,76,30); }
H1.HeaderClassName
{
color: #FF4C1E;
}
.AnyTagClassName
{
color: #FF4C1E;
}
</style>
background-color css
<style>
a { background-color: #FF4C1E; }
a { background-color: rgb(255,76,30); }
div.DivClassName
{
background-color: #FF4C1E;
}
.BgClassName
{
background-color: #FF4C1E;
}
</style>
border-color css
<style>
span { border-color: #FF4C1E; }
span { border-color: rgb(255,76,30); }
td.TdClassName
{
border-color: #FF4C1E;
}
.TagClassName
{
border-color: #FF4C1E;
}
</style>