Shades of Red Orange #FF4A1D
Tints of Red Orange #FF4A1D
RGB
CMYK
RGB Variations
Color information
#FF4A1D (or 0xFF4A1D) is known color: Red Orange. HEX triplet: FF, 4A and 1D. RGB value is (255,74,29). Sum of RGB (Red+Green+Blue) = 255+74+29=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A1D is #00B5E2. Grayscale: #7B7B7B. Windows color (decimal): -46563 or 1919743. OLE color: 1919743.
HSL color Cylindrical-coordinate representation of color #FF4A1D: hue angle of 11.95º 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 #FF4A1D is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 29 | - |
| CMYK | 0 | 0.71 | 0.89 | 0 |
| HSL | 11.95º | 1% | 0.56% | - |
| HSV(B) | 11.95º | 0.89% | 1% | - |
| XYZ | 43.91 | 26.25 | 3.91 | - |
| YUV | 122.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 29 | 0 | 0.71 | 0.89 | 0 | 11.95 | 1 | 0.56 |
| Hex | FF | 4A | 1D | 0 | 47 | 59 | 0 | C | 64 | 38 |
| Octal | 377 | 112 | 35 | 0 | 107 | 131 | 0 | 14 | 144 | 70 |
| Binary | 11111111 | 1001010 | 11101 | 0 | 1000111 | 1011001 | 0 | 1100 | 1100100 | 111000 |
Color Harmonies of #FF4A1D
Complementary color
Monochromatic Colors of #FF4A1D
Black with #FF4A1D
Text Example
Text Example
White with #FF4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A1D; }
p { color: rgb(255,74,29); }
H1.HeaderClassName
{
color: #FF4A1D;
}
.AnyTagClassName
{
color: #FF4A1D;
}
</style>
background-color css
<style>
a { background-color: #FF4A1D; }
a { background-color: rgb(255,74,29); }
div.DivClassName
{
background-color: #FF4A1D;
}
.BgClassName
{
background-color: #FF4A1D;
}
</style>
border-color css
<style>
span { border-color: #FF4A1D; }
span { border-color: rgb(255,74,29); }
td.TdClassName
{
border-color: #FF4A1D;
}
.TagClassName
{
border-color: #FF4A1D;
}
</style>