Shades of Orange Red #FB4006
Tints of Orange Red #FB4006
RGB
CMYK
RGB Variations
Color information
#FB4006 (or 0xFB4006) is known color: Orange Red. HEX triplet: FB, 40 and 06. RGB value is (251,64,6). Sum of RGB (Red+Green+Blue) = 251+64+6=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4006 is #04BFF9. Grayscale: #717171. Windows color (decimal): -311290 or 409851. OLE color: 409851.
HSL color Cylindrical-coordinate representation of color #FB4006: hue angle of 14.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB4006 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 6 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.02 |
| HSL | 14.2º | 0.97% | 0.5% | - |
| HSV(B) | 14.2º | 0.98% | 0.98% | - |
| XYZ | 41.65 | 24.19 | 2.65 | - |
| YUV | 113.3 | 67.45 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 6 | 0 | 0.75 | 0.98 | 0.02 | 14.2 | 0.97 | 0.5 |
| Hex | FB | 40 | 6 | 0 | 4B | 62 | 2 | E | 61 | 32 |
| Octal | 373 | 100 | 6 | 0 | 113 | 142 | 2 | 16 | 141 | 62 |
| Binary | 11111011 | 1000000 | 110 | 0 | 1001011 | 1100010 | 10 | 1110 | 1100001 | 110010 |
Color Harmonies of #FB4006
Complementary color
Monochromatic Colors of #FB4006
Black with #FB4006
Text Example
Text Example
White with #FB4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4006; }
p { color: rgb(251,64,6); }
H1.HeaderClassName
{
color: #FB4006;
}
.AnyTagClassName
{
color: #FB4006;
}
</style>
background-color css
<style>
a { background-color: #FB4006; }
a { background-color: rgb(251,64,6); }
div.DivClassName
{
background-color: #FB4006;
}
.BgClassName
{
background-color: #FB4006;
}
</style>
border-color css
<style>
span { border-color: #FB4006; }
span { border-color: rgb(251,64,6); }
td.TdClassName
{
border-color: #FB4006;
}
.TagClassName
{
border-color: #FB4006;
}
</style>