Shades of Red Orange #FB291F
Tints of Red Orange #FB291F
RGB
CMYK
RGB Variations
Color information
#FB291F (or 0xFB291F) is known color: Red Orange. HEX triplet: FB, 29 and 1F. RGB value is (251,41,31). Sum of RGB (Red+Green+Blue) = 251+41+31=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB291F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB291F is #04D6E0. Grayscale: #666666. Windows color (decimal): -317153 or 2042363. OLE color: 2042363.
HSL color Cylindrical-coordinate representation of color #FB291F: hue angle of 2.73º 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 #FB291F is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 31 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.02 |
| HSL | 2.73º | 0.96% | 0.55% | - |
| HSV(B) | 2.73º | 0.88% | 0.98% | - |
| XYZ | 40.82 | 22.19 | 3.43 | - |
| YUV | 102.65 | 87.57 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 31 | 0 | 0.84 | 0.88 | 0.02 | 2.73 | 0.96 | 0.55 |
| Hex | FB | 29 | 1F | 0 | 54 | 58 | 2 | 3 | 60 | 37 |
| Octal | 373 | 51 | 37 | 0 | 124 | 130 | 2 | 3 | 140 | 67 |
| Binary | 11111011 | 101001 | 11111 | 0 | 1010100 | 1011000 | 10 | 11 | 1100000 | 110111 |
Color Harmonies of #FB291F
Complementary color
Monochromatic Colors of #FB291F
Black with #FB291F
Text Example
Text Example
White with #FB291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB291F; }
p { color: rgb(251,41,31); }
H1.HeaderClassName
{
color: #FB291F;
}
.AnyTagClassName
{
color: #FB291F;
}
</style>
background-color css
<style>
a { background-color: #FB291F; }
a { background-color: rgb(251,41,31); }
div.DivClassName
{
background-color: #FB291F;
}
.BgClassName
{
background-color: #FB291F;
}
</style>
border-color css
<style>
span { border-color: #FB291F; }
span { border-color: rgb(251,41,31); }
td.TdClassName
{
border-color: #FB291F;
}
.TagClassName
{
border-color: #FB291F;
}
</style>