Shades of Red Orange #FB3A21
Tints of Red Orange #FB3A21
RGB
CMYK
RGB Variations
Color information
#FB3A21 (or 0xFB3A21) is known color: Red Orange. HEX triplet: FB, 3A and 21. RGB value is (251,58,33). Sum of RGB (Red+Green+Blue) = 251+58+33=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A21 is #04C5DE. Grayscale: #717171. Windows color (decimal): -312799 or 2177787. OLE color: 2177787.
HSL color Cylindrical-coordinate representation of color #FB3A21: hue angle of 6.88º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB3A21 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 33 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.02 |
| HSL | 6.88º | 0.96% | 0.56% | - |
| HSV(B) | 6.88º | 0.87% | 0.98% | - |
| XYZ | 41.57 | 23.65 | 3.81 | - |
| YUV | 112.86 | 82.94 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 33 | 0 | 0.77 | 0.87 | 0.02 | 6.88 | 0.96 | 0.56 |
| Hex | FB | 3A | 21 | 0 | 4D | 57 | 2 | 7 | 60 | 38 |
| Octal | 373 | 72 | 41 | 0 | 115 | 127 | 2 | 7 | 140 | 70 |
| Binary | 11111011 | 111010 | 100001 | 0 | 1001101 | 1010111 | 10 | 111 | 1100000 | 111000 |
Color Harmonies of #FB3A21
Complementary color
Monochromatic Colors of #FB3A21
Black with #FB3A21
Text Example
Text Example
White with #FB3A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A21; }
p { color: rgb(251,58,33); }
H1.HeaderClassName
{
color: #FB3A21;
}
.AnyTagClassName
{
color: #FB3A21;
}
</style>
background-color css
<style>
a { background-color: #FB3A21; }
a { background-color: rgb(251,58,33); }
div.DivClassName
{
background-color: #FB3A21;
}
.BgClassName
{
background-color: #FB3A21;
}
</style>
border-color css
<style>
span { border-color: #FB3A21; }
span { border-color: rgb(251,58,33); }
td.TdClassName
{
border-color: #FB3A21;
}
.TagClassName
{
border-color: #FB3A21;
}
</style>