Shades of Red Orange #FF4929
Tints of Red Orange #FF4929
RGB
CMYK
RGB Variations
Color information
#FF4929 (or 0xFF4929) is known color: Red Orange. HEX triplet: FF, 49 and 29. RGB value is (255,73,41). Sum of RGB (Red+Green+Blue) = 255+73+41=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4929 is #00B6D6. Grayscale: #7C7C7C. Windows color (decimal): -46807 or 2705919. OLE color: 2705919.
HSL color Cylindrical-coordinate representation of color #FF4929: hue angle of 8.97º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF4929 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 41 | - |
| CMYK | 0 | 0.71 | 0.84 | 0 |
| HSL | 8.97º | 1% | 0.58% | - |
| HSV(B) | 8.97º | 0.84% | 1% | - |
| XYZ | 44.02 | 26.19 | 4.83 | - |
| YUV | 123.77 | 81.3 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 41 | 0 | 0.71 | 0.84 | 0 | 8.97 | 1 | 0.58 |
| Hex | FF | 49 | 29 | 0 | 47 | 54 | 0 | 9 | 64 | 3A |
| Octal | 377 | 111 | 51 | 0 | 107 | 124 | 0 | 11 | 144 | 72 |
| Binary | 11111111 | 1001001 | 101001 | 0 | 1000111 | 1010100 | 0 | 1001 | 1100100 | 111010 |
Color Harmonies of #FF4929
Complementary color
Monochromatic Colors of #FF4929
Black with #FF4929
Text Example
Text Example
White with #FF4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4929; }
p { color: rgb(255,73,41); }
H1.HeaderClassName
{
color: #FF4929;
}
.AnyTagClassName
{
color: #FF4929;
}
</style>
background-color css
<style>
a { background-color: #FF4929; }
a { background-color: rgb(255,73,41); }
div.DivClassName
{
background-color: #FF4929;
}
.BgClassName
{
background-color: #FF4929;
}
</style>
border-color css
<style>
span { border-color: #FF4929; }
span { border-color: rgb(255,73,41); }
td.TdClassName
{
border-color: #FF4929;
}
.TagClassName
{
border-color: #FF4929;
}
</style>