Shades of Red Orange #FB322D
Tints of Red Orange #FB322D
RGB
CMYK
RGB Variations
Color information
#FB322D (or 0xFB322D) is known color: Red Orange. HEX triplet: FB, 32 and 2D. RGB value is (251,50,45). Sum of RGB (Red+Green+Blue) = 251+50+45=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB322D is #04CDD2. Grayscale: #6D6D6D. Windows color (decimal): -314835 or 2962171. OLE color: 2962171.
HSL color Cylindrical-coordinate representation of color #FB322D: hue angle of 1.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB322D is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 45 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.02 |
| HSL | 1.46º | 0.96% | 0.58% | - |
| HSV(B) | 1.46º | 0.82% | 0.98% | - |
| XYZ | 41.4 | 22.98 | 4.74 | - |
| YUV | 109.53 | 91.59 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 45 | 0 | 0.80 | 0.82 | 0.02 | 1.46 | 0.96 | 0.58 |
| Hex | FB | 32 | 2D | 0 | 50 | 52 | 2 | 1 | 60 | 3A |
| Octal | 373 | 62 | 55 | 0 | 120 | 122 | 2 | 1 | 140 | 72 |
| Binary | 11111011 | 110010 | 101101 | 0 | 1010000 | 1010010 | 10 | 1 | 1100000 | 111010 |
Color Harmonies of #FB322D
Complementary color
Monochromatic Colors of #FB322D
Black with #FB322D
Text Example
Text Example
White with #FB322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB322D; }
p { color: rgb(251,50,45); }
H1.HeaderClassName
{
color: #FB322D;
}
.AnyTagClassName
{
color: #FB322D;
}
</style>
background-color css
<style>
a { background-color: #FB322D; }
a { background-color: rgb(251,50,45); }
div.DivClassName
{
background-color: #FB322D;
}
.BgClassName
{
background-color: #FB322D;
}
</style>
border-color css
<style>
span { border-color: #FB322D; }
span { border-color: rgb(251,50,45); }
td.TdClassName
{
border-color: #FB322D;
}
.TagClassName
{
border-color: #FB322D;
}
</style>