Shades of Orange Red #FB4111
Tints of Orange Red #FB4111
RGB
CMYK
RGB Variations
Color information
#FB4111 (or 0xFB4111) is known color: Orange Red. HEX triplet: FB, 41 and 11. RGB value is (251,65,17). Sum of RGB (Red+Green+Blue) = 251+65+17=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4111 is #04BEEE. Grayscale: #737373. Windows color (decimal): -311023 or 1131003. OLE color: 1131003.
HSL color Cylindrical-coordinate representation of color #FB4111: hue angle of 12.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB4111 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 17 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.02 |
| HSL | 12.31º | 0.97% | 0.53% | - |
| HSV(B) | 12.31º | 0.93% | 0.98% | - |
| XYZ | 41.78 | 24.33 | 3.02 | - |
| YUV | 115.14 | 72.62 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 17 | 0 | 0.74 | 0.93 | 0.02 | 12.31 | 0.97 | 0.53 |
| Hex | FB | 41 | 11 | 0 | 4A | 5D | 2 | C | 61 | 35 |
| Octal | 373 | 101 | 21 | 0 | 112 | 135 | 2 | 14 | 141 | 65 |
| Binary | 11111011 | 1000001 | 10001 | 0 | 1001010 | 1011101 | 10 | 1100 | 1100001 | 110101 |
Color Harmonies of #FB4111
Complementary color
Monochromatic Colors of #FB4111
Black with #FB4111
Text Example
Text Example
White with #FB4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4111; }
p { color: rgb(251,65,17); }
H1.HeaderClassName
{
color: #FB4111;
}
.AnyTagClassName
{
color: #FB4111;
}
</style>
background-color css
<style>
a { background-color: #FB4111; }
a { background-color: rgb(251,65,17); }
div.DivClassName
{
background-color: #FB4111;
}
.BgClassName
{
background-color: #FB4111;
}
</style>
border-color css
<style>
span { border-color: #FB4111; }
span { border-color: rgb(251,65,17); }
td.TdClassName
{
border-color: #FB4111;
}
.TagClassName
{
border-color: #FB4111;
}
</style>