Shades of Red Orange #FF4C1D
Tints of Red Orange #FF4C1D
RGB
CMYK
RGB Variations
Color information
#FF4C1D (or 0xFF4C1D) is known color: Red Orange. HEX triplet: FF, 4C and 1D. RGB value is (255,76,29). Sum of RGB (Red+Green+Blue) = 255+76+29=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C1D is #00B3E2. Grayscale: #7C7C7C. Windows color (decimal): -46051 or 1920255. OLE color: 1920255.
HSL color Cylindrical-coordinate representation of color #FF4C1D: hue angle of 12.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF4C1D is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 29 | - |
| CMYK | 0 | 0.70 | 0.89 | 0 |
| HSL | 12.48º | 1% | 0.56% | - |
| HSV(B) | 12.48º | 0.89% | 1% | - |
| XYZ | 44.05 | 26.52 | 3.96 | - |
| YUV | 124.16 | 74.3 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 29 | 0 | 0.70 | 0.89 | 0 | 12.48 | 1 | 0.56 |
| Hex | FF | 4C | 1D | 0 | 46 | 59 | 0 | C | 64 | 38 |
| Octal | 377 | 114 | 35 | 0 | 106 | 131 | 0 | 14 | 144 | 70 |
| Binary | 11111111 | 1001100 | 11101 | 0 | 1000110 | 1011001 | 0 | 1100 | 1100100 | 111000 |
Color Harmonies of #FF4C1D
Complementary color
Monochromatic Colors of #FF4C1D
Black with #FF4C1D
Text Example
Text Example
White with #FF4C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C1D; }
p { color: rgb(255,76,29); }
H1.HeaderClassName
{
color: #FF4C1D;
}
.AnyTagClassName
{
color: #FF4C1D;
}
</style>
background-color css
<style>
a { background-color: #FF4C1D; }
a { background-color: rgb(255,76,29); }
div.DivClassName
{
background-color: #FF4C1D;
}
.BgClassName
{
background-color: #FF4C1D;
}
</style>
border-color css
<style>
span { border-color: #FF4C1D; }
span { border-color: rgb(255,76,29); }
td.TdClassName
{
border-color: #FF4C1D;
}
.TagClassName
{
border-color: #FF4C1D;
}
</style>