Shades of Red Orange #FB322F
Tints of Red Orange #FB322F
RGB
CMYK
RGB Variations
Color information
#FB322F (or 0xFB322F) is known color: Red Orange. HEX triplet: FB, 32 and 2F. RGB value is (251,50,47). Sum of RGB (Red+Green+Blue) = 251+50+47=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB322F is #04CDD0. Grayscale: #6D6D6D. Windows color (decimal): -314833 or 3093243. OLE color: 3093243.
HSL color Cylindrical-coordinate representation of color #FB322F: hue angle of 0.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB322F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 47 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.02 |
| HSL | 0.88º | 0.96% | 0.58% | - |
| HSV(B) | 0.88º | 0.81% | 0.98% | - |
| XYZ | 41.44 | 23 | 4.94 | - |
| YUV | 109.76 | 92.59 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 47 | 0 | 0.80 | 0.81 | 0.02 | 0.88 | 0.96 | 0.58 |
| Hex | FB | 32 | 2F | 0 | 50 | 51 | 2 | 1 | 60 | 3A |
| Octal | 373 | 62 | 57 | 0 | 120 | 121 | 2 | 1 | 140 | 72 |
| Binary | 11111011 | 110010 | 101111 | 0 | 1010000 | 1010001 | 10 | 1 | 1100000 | 111010 |
Color Harmonies of #FB322F
Complementary color
Monochromatic Colors of #FB322F
Black with #FB322F
Text Example
Text Example
White with #FB322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB322F; }
p { color: rgb(251,50,47); }
H1.HeaderClassName
{
color: #FB322F;
}
.AnyTagClassName
{
color: #FB322F;
}
</style>
background-color css
<style>
a { background-color: #FB322F; }
a { background-color: rgb(251,50,47); }
div.DivClassName
{
background-color: #FB322F;
}
.BgClassName
{
background-color: #FB322F;
}
</style>
border-color css
<style>
span { border-color: #FB322F; }
span { border-color: rgb(251,50,47); }
td.TdClassName
{
border-color: #FB322F;
}
.TagClassName
{
border-color: #FB322F;
}
</style>