Shades of Red Orange #FF4A22
Tints of Red Orange #FF4A22
RGB
CMYK
RGB Variations
Color information
#FF4A22 (or 0xFF4A22) is known color: Red Orange. HEX triplet: FF, 4A and 22. RGB value is (255,74,34). Sum of RGB (Red+Green+Blue) = 255+74+34=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A22 is #00B5DD. Grayscale: #7B7B7B. Windows color (decimal): -46558 or 2247423. OLE color: 2247423.
HSL color Cylindrical-coordinate representation of color #FF4A22: hue angle of 10.86º 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 #FF4A22 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 34 | - |
| CMYK | 0 | 0.71 | 0.87 | 0 |
| HSL | 10.86º | 1% | 0.57% | - |
| HSV(B) | 10.86º | 0.87% | 1% | - |
| XYZ | 43.98 | 26.27 | 4.27 | - |
| YUV | 123.56 | 77.47 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 34 | 0 | 0.71 | 0.87 | 0 | 10.86 | 1 | 0.57 |
| Hex | FF | 4A | 22 | 0 | 47 | 57 | 0 | B | 64 | 39 |
| Octal | 377 | 112 | 42 | 0 | 107 | 127 | 0 | 13 | 144 | 71 |
| Binary | 11111111 | 1001010 | 100010 | 0 | 1000111 | 1010111 | 0 | 1011 | 1100100 | 111001 |
Color Harmonies of #FF4A22
Complementary color
Monochromatic Colors of #FF4A22
Black with #FF4A22
Text Example
Text Example
White with #FF4A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A22; }
p { color: rgb(255,74,34); }
H1.HeaderClassName
{
color: #FF4A22;
}
.AnyTagClassName
{
color: #FF4A22;
}
</style>
background-color css
<style>
a { background-color: #FF4A22; }
a { background-color: rgb(255,74,34); }
div.DivClassName
{
background-color: #FF4A22;
}
.BgClassName
{
background-color: #FF4A22;
}
</style>
border-color css
<style>
span { border-color: #FF4A22; }
span { border-color: rgb(255,74,34); }
td.TdClassName
{
border-color: #FF4A22;
}
.TagClassName
{
border-color: #FF4A22;
}
</style>