Shades of Red Orange #FF4022
Tints of Red Orange #FF4022
RGB
CMYK
RGB Variations
Color information
#FF4022 (or 0xFF4022) is known color: Red Orange. HEX triplet: FF, 40 and 22. RGB value is (255,64,34). Sum of RGB (Red+Green+Blue) = 255+64+34=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4022 is #00BFDD. Grayscale: #757575. Windows color (decimal): -49118 or 2244863. OLE color: 2244863.
HSL color Cylindrical-coordinate representation of color #FF4022: hue angle of 8.14º 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 #FF4022 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 34 | - |
| CMYK | 0 | 0.75 | 0.87 | 0 |
| HSL | 8.14º | 1% | 0.57% | - |
| HSV(B) | 8.14º | 0.87% | 1% | - |
| XYZ | 43.36 | 25.04 | 4.06 | - |
| YUV | 117.69 | 80.78 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 34 | 0 | 0.75 | 0.87 | 0 | 8.14 | 1 | 0.57 |
| Hex | FF | 40 | 22 | 0 | 4B | 57 | 0 | 8 | 64 | 39 |
| Octal | 377 | 100 | 42 | 0 | 113 | 127 | 0 | 10 | 144 | 71 |
| Binary | 11111111 | 1000000 | 100010 | 0 | 1001011 | 1010111 | 0 | 1000 | 1100100 | 111001 |
Color Harmonies of #FF4022
Complementary color
Monochromatic Colors of #FF4022
Black with #FF4022
Text Example
Text Example
White with #FF4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4022; }
p { color: rgb(255,64,34); }
H1.HeaderClassName
{
color: #FF4022;
}
.AnyTagClassName
{
color: #FF4022;
}
</style>
background-color css
<style>
a { background-color: #FF4022; }
a { background-color: rgb(255,64,34); }
div.DivClassName
{
background-color: #FF4022;
}
.BgClassName
{
background-color: #FF4022;
}
</style>
border-color css
<style>
span { border-color: #FF4022; }
span { border-color: rgb(255,64,34); }
td.TdClassName
{
border-color: #FF4022;
}
.TagClassName
{
border-color: #FF4022;
}
</style>