Shades of Red Orange #FF4222
Tints of Red Orange #FF4222
RGB
CMYK
RGB Variations
Color information
#FF4222 (or 0xFF4222) is known color: Red Orange. HEX triplet: FF, 42 and 22. RGB value is (255,66,34). Sum of RGB (Red+Green+Blue) = 255+66+34=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4222 is #00BDDD. Grayscale: #777777. Windows color (decimal): -48606 or 2245375. OLE color: 2245375.
HSL color Cylindrical-coordinate representation of color #FF4222: hue angle of 8.69º 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 #FF4222 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 34 | - |
| CMYK | 0 | 0.74 | 0.87 | 0 |
| HSL | 8.69º | 1% | 0.57% | - |
| HSV(B) | 8.69º | 0.87% | 1% | - |
| XYZ | 43.48 | 25.27 | 4.1 | - |
| YUV | 118.86 | 80.12 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 34 | 0 | 0.74 | 0.87 | 0 | 8.69 | 1 | 0.57 |
| Hex | FF | 42 | 22 | 0 | 4A | 57 | 0 | 9 | 64 | 39 |
| Octal | 377 | 102 | 42 | 0 | 112 | 127 | 0 | 11 | 144 | 71 |
| Binary | 11111111 | 1000010 | 100010 | 0 | 1001010 | 1010111 | 0 | 1001 | 1100100 | 111001 |
Color Harmonies of #FF4222
Complementary color
Monochromatic Colors of #FF4222
Black with #FF4222
Text Example
Text Example
White with #FF4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4222; }
p { color: rgb(255,66,34); }
H1.HeaderClassName
{
color: #FF4222;
}
.AnyTagClassName
{
color: #FF4222;
}
</style>
background-color css
<style>
a { background-color: #FF4222; }
a { background-color: rgb(255,66,34); }
div.DivClassName
{
background-color: #FF4222;
}
.BgClassName
{
background-color: #FF4222;
}
</style>
border-color css
<style>
span { border-color: #FF4222; }
span { border-color: rgb(255,66,34); }
td.TdClassName
{
border-color: #FF4222;
}
.TagClassName
{
border-color: #FF4222;
}
</style>