Shades of Red Orange #FB4022
Tints of Red Orange #FB4022
RGB
CMYK
RGB Variations
Color information
#FB4022 (or 0xFB4022) is known color: Red Orange. HEX triplet: FB, 40 and 22. RGB value is (251,64,34). Sum of RGB (Red+Green+Blue) = 251+64+34=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4022 is #04BFDD. Grayscale: #747474. Windows color (decimal): -311262 or 2244859. OLE color: 2244859.
HSL color Cylindrical-coordinate representation of color #FB4022: hue angle of 8.29º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB4022 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 34 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.02 |
| HSL | 8.29º | 0.96% | 0.56% | - |
| HSV(B) | 8.29º | 0.86% | 0.98% | - |
| XYZ | 41.91 | 24.29 | 3.99 | - |
| YUV | 116.49 | 81.45 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 34 | 0 | 0.75 | 0.86 | 0.02 | 8.29 | 0.96 | 0.56 |
| Hex | FB | 40 | 22 | 0 | 4B | 56 | 2 | 8 | 60 | 38 |
| Octal | 373 | 100 | 42 | 0 | 113 | 126 | 2 | 10 | 140 | 70 |
| Binary | 11111011 | 1000000 | 100010 | 0 | 1001011 | 1010110 | 10 | 1000 | 1100000 | 111000 |
Color Harmonies of #FB4022
Complementary color
Monochromatic Colors of #FB4022
Black with #FB4022
Text Example
Text Example
White with #FB4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4022; }
p { color: rgb(251,64,34); }
H1.HeaderClassName
{
color: #FB4022;
}
.AnyTagClassName
{
color: #FB4022;
}
</style>
background-color css
<style>
a { background-color: #FB4022; }
a { background-color: rgb(251,64,34); }
div.DivClassName
{
background-color: #FB4022;
}
.BgClassName
{
background-color: #FB4022;
}
</style>
border-color css
<style>
span { border-color: #FB4022; }
span { border-color: rgb(251,64,34); }
td.TdClassName
{
border-color: #FB4022;
}
.TagClassName
{
border-color: #FB4022;
}
</style>