Shades of Red Orange #FB321F
Tints of Red Orange #FB321F
RGB
CMYK
RGB Variations
Color information
#FB321F (or 0xFB321F) is known color: Red Orange. HEX triplet: FB, 32 and 1F. RGB value is (251,50,31). Sum of RGB (Red+Green+Blue) = 251+50+31=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB321F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB321F is #04CDE0. Grayscale: #6C6C6C. Windows color (decimal): -314849 or 2044667. OLE color: 2044667.
HSL color Cylindrical-coordinate representation of color #FB321F: hue angle of 5.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB321F is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 31 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.02 |
| HSL | 5.18º | 0.96% | 0.55% | - |
| HSV(B) | 5.18º | 0.88% | 0.98% | - |
| XYZ | 41.17 | 22.89 | 3.54 | - |
| YUV | 107.93 | 84.59 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 31 | 0 | 0.80 | 0.88 | 0.02 | 5.18 | 0.96 | 0.55 |
| Hex | FB | 32 | 1F | 0 | 50 | 58 | 2 | 5 | 60 | 37 |
| Octal | 373 | 62 | 37 | 0 | 120 | 130 | 2 | 5 | 140 | 67 |
| Binary | 11111011 | 110010 | 11111 | 0 | 1010000 | 1011000 | 10 | 101 | 1100000 | 110111 |
Color Harmonies of #FB321F
Complementary color
Monochromatic Colors of #FB321F
Black with #FB321F
Text Example
Text Example
White with #FB321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB321F; }
p { color: rgb(251,50,31); }
H1.HeaderClassName
{
color: #FB321F;
}
.AnyTagClassName
{
color: #FB321F;
}
</style>
background-color css
<style>
a { background-color: #FB321F; }
a { background-color: rgb(251,50,31); }
div.DivClassName
{
background-color: #FB321F;
}
.BgClassName
{
background-color: #FB321F;
}
</style>
border-color css
<style>
span { border-color: #FB321F; }
span { border-color: rgb(251,50,31); }
td.TdClassName
{
border-color: #FB321F;
}
.TagClassName
{
border-color: #FB321F;
}
</style>