Shades of Red Orange #FB3022
Tints of Red Orange #FB3022
RGB
CMYK
RGB Variations
Color information
#FB3022 (or 0xFB3022) is known color: Red Orange. HEX triplet: FB, 30 and 22. RGB value is (251,48,34). Sum of RGB (Red+Green+Blue) = 251+48+34=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3022 is #04CFDD. Grayscale: #6B6B6B. Windows color (decimal): -315358 or 2240763. OLE color: 2240763.
HSL color Cylindrical-coordinate representation of color #FB3022: hue angle of 3.87º 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 #FB3022 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 34 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.02 |
| HSL | 3.87º | 0.96% | 0.56% | - |
| HSV(B) | 3.87º | 0.86% | 0.98% | - |
| XYZ | 41.13 | 22.74 | 3.73 | - |
| YUV | 107.1 | 86.75 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 34 | 0 | 0.81 | 0.86 | 0.02 | 3.87 | 0.96 | 0.56 |
| Hex | FB | 30 | 22 | 0 | 51 | 56 | 2 | 4 | 60 | 38 |
| Octal | 373 | 60 | 42 | 0 | 121 | 126 | 2 | 4 | 140 | 70 |
| Binary | 11111011 | 110000 | 100010 | 0 | 1010001 | 1010110 | 10 | 100 | 1100000 | 111000 |
Color Harmonies of #FB3022
Complementary color
Monochromatic Colors of #FB3022
Black with #FB3022
Text Example
Text Example
White with #FB3022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3022; }
p { color: rgb(251,48,34); }
H1.HeaderClassName
{
color: #FB3022;
}
.AnyTagClassName
{
color: #FB3022;
}
</style>
background-color css
<style>
a { background-color: #FB3022; }
a { background-color: rgb(251,48,34); }
div.DivClassName
{
background-color: #FB3022;
}
.BgClassName
{
background-color: #FB3022;
}
</style>
border-color css
<style>
span { border-color: #FB3022; }
span { border-color: rgb(251,48,34); }
td.TdClassName
{
border-color: #FB3022;
}
.TagClassName
{
border-color: #FB3022;
}
</style>