Shades of Red Orange #FB4322
Tints of Red Orange #FB4322
RGB
CMYK
RGB Variations
Color information
#FB4322 (or 0xFB4322) is known color: Red Orange. HEX triplet: FB, 43 and 22. RGB value is (251,67,34). Sum of RGB (Red+Green+Blue) = 251+67+34=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4322 is #04BCDD. Grayscale: #767676. Windows color (decimal): -310494 or 2245627. OLE color: 2245627.
HSL color Cylindrical-coordinate representation of color #FB4322: hue angle of 9.12º 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 #FB4322 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.02 |
| HSL | 9.12º | 0.96% | 0.56% | - |
| HSV(B) | 9.12º | 0.86% | 0.98% | - |
| XYZ | 42.08 | 24.64 | 4.05 | - |
| YUV | 118.25 | 80.46 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 34 | 0 | 0.73 | 0.86 | 0.02 | 9.12 | 0.96 | 0.56 |
| Hex | FB | 43 | 22 | 0 | 49 | 56 | 2 | 9 | 60 | 38 |
| Octal | 373 | 103 | 42 | 0 | 111 | 126 | 2 | 11 | 140 | 70 |
| Binary | 11111011 | 1000011 | 100010 | 0 | 1001001 | 1010110 | 10 | 1001 | 1100000 | 111000 |
Color Harmonies of #FB4322
Complementary color
Monochromatic Colors of #FB4322
Black with #FB4322
Text Example
Text Example
White with #FB4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4322; }
p { color: rgb(251,67,34); }
H1.HeaderClassName
{
color: #FB4322;
}
.AnyTagClassName
{
color: #FB4322;
}
</style>
background-color css
<style>
a { background-color: #FB4322; }
a { background-color: rgb(251,67,34); }
div.DivClassName
{
background-color: #FB4322;
}
.BgClassName
{
background-color: #FB4322;
}
</style>
border-color css
<style>
span { border-color: #FB4322; }
span { border-color: rgb(251,67,34); }
td.TdClassName
{
border-color: #FB4322;
}
.TagClassName
{
border-color: #FB4322;
}
</style>