Shades of Red Orange #FF4D22
Tints of Red Orange #FF4D22
RGB
CMYK
RGB Variations
Color information
#FF4D22 (or 0xFF4D22) is known color: Red Orange. HEX triplet: FF, 4D and 22. RGB value is (255,77,34). Sum of RGB (Red+Green+Blue) = 255+77+34=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D22 is #00B2DD. Grayscale: #7D7D7D. Windows color (decimal): -45790 or 2248191. OLE color: 2248191.
HSL color Cylindrical-coordinate representation of color #FF4D22: hue angle of 11.67º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF4D22 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 34 | - |
| CMYK | 0 | 0.70 | 0.87 | 0 |
| HSL | 11.67º | 1% | 0.57% | - |
| HSV(B) | 11.67º | 0.87% | 1% | - |
| XYZ | 44.18 | 26.68 | 4.34 | - |
| YUV | 125.32 | 76.47 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 34 | 0 | 0.70 | 0.87 | 0 | 11.67 | 1 | 0.57 |
| Hex | FF | 4D | 22 | 0 | 46 | 57 | 0 | C | 64 | 39 |
| Octal | 377 | 115 | 42 | 0 | 106 | 127 | 0 | 14 | 144 | 71 |
| Binary | 11111111 | 1001101 | 100010 | 0 | 1000110 | 1010111 | 0 | 1100 | 1100100 | 111001 |
Color Harmonies of #FF4D22
Complementary color
Monochromatic Colors of #FF4D22
Black with #FF4D22
Text Example
Text Example
White with #FF4D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D22; }
p { color: rgb(255,77,34); }
H1.HeaderClassName
{
color: #FF4D22;
}
.AnyTagClassName
{
color: #FF4D22;
}
</style>
background-color css
<style>
a { background-color: #FF4D22; }
a { background-color: rgb(255,77,34); }
div.DivClassName
{
background-color: #FF4D22;
}
.BgClassName
{
background-color: #FF4D22;
}
</style>
border-color css
<style>
span { border-color: #FF4D22; }
span { border-color: rgb(255,77,34); }
td.TdClassName
{
border-color: #FF4D22;
}
.TagClassName
{
border-color: #FF4D22;
}
</style>