Shades of Red Orange #FD4022
Tints of Red Orange #FD4022
RGB
CMYK
RGB Variations
Color information
#FD4022 (or 0xFD4022) is known color: Red Orange. HEX triplet: FD, 40 and 22. RGB value is (253,64,34). Sum of RGB (Red+Green+Blue) = 253+64+34=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4022 is #02BFDD. Grayscale: #757575. Windows color (decimal): -180190 or 2244861. OLE color: 2244861.
HSL color Cylindrical-coordinate representation of color #FD4022: hue angle of 8.22º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD4022 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 34 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.01 |
| HSL | 8.22º | 0.98% | 0.56% | - |
| HSV(B) | 8.22º | 0.87% | 0.99% | - |
| XYZ | 42.63 | 24.66 | 4.03 | - |
| YUV | 117.09 | 81.12 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 34 | 0 | 0.75 | 0.87 | 0.01 | 8.22 | 0.98 | 0.56 |
| Hex | FD | 40 | 22 | 0 | 4B | 57 | 1 | 8 | 62 | 38 |
| Octal | 375 | 100 | 42 | 0 | 113 | 127 | 1 | 10 | 142 | 70 |
| Binary | 11111101 | 1000000 | 100010 | 0 | 1001011 | 1010111 | 1 | 1000 | 1100010 | 111000 |
Color Harmonies of #FD4022
Complementary color
Monochromatic Colors of #FD4022
Black with #FD4022
Text Example
Text Example
White with #FD4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4022; }
p { color: rgb(253,64,34); }
H1.HeaderClassName
{
color: #FD4022;
}
.AnyTagClassName
{
color: #FD4022;
}
</style>
background-color css
<style>
a { background-color: #FD4022; }
a { background-color: rgb(253,64,34); }
div.DivClassName
{
background-color: #FD4022;
}
.BgClassName
{
background-color: #FD4022;
}
</style>
border-color css
<style>
span { border-color: #FD4022; }
span { border-color: rgb(253,64,34); }
td.TdClassName
{
border-color: #FD4022;
}
.TagClassName
{
border-color: #FD4022;
}
</style>