Shades of Orange Red #FB3F16
Tints of Orange Red #FB3F16
RGB
CMYK
RGB Variations
Color information
#FB3F16 (or 0xFB3F16) is known color: Orange Red. HEX triplet: FB, 3F and 16. RGB value is (251,63,22). Sum of RGB (Red+Green+Blue) = 251+63+22=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3F16 is #04C0E9. Grayscale: #727272. Windows color (decimal): -311530 or 1458171. OLE color: 1458171.
HSL color Cylindrical-coordinate representation of color #FB3F16: hue angle of 10.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB3F16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.02 |
| HSL | 10.74º | 0.97% | 0.54% | - |
| HSV(B) | 10.74º | 0.91% | 0.98% | - |
| XYZ | 41.71 | 24.12 | 3.22 | - |
| YUV | 114.54 | 75.78 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 22 | 0 | 0.75 | 0.91 | 0.02 | 10.74 | 0.97 | 0.54 |
| Hex | FB | 3F | 16 | 0 | 4B | 5B | 2 | B | 61 | 36 |
| Octal | 373 | 77 | 26 | 0 | 113 | 133 | 2 | 13 | 141 | 66 |
| Binary | 11111011 | 111111 | 10110 | 0 | 1001011 | 1011011 | 10 | 1011 | 1100001 | 110110 |
Color Harmonies of #FB3F16
Complementary color
Monochromatic Colors of #FB3F16
Black with #FB3F16
Text Example
Text Example
White with #FB3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F16; }
p { color: rgb(251,63,22); }
H1.HeaderClassName
{
color: #FB3F16;
}
.AnyTagClassName
{
color: #FB3F16;
}
</style>
background-color css
<style>
a { background-color: #FB3F16; }
a { background-color: rgb(251,63,22); }
div.DivClassName
{
background-color: #FB3F16;
}
.BgClassName
{
background-color: #FB3F16;
}
</style>
border-color css
<style>
span { border-color: #FB3F16; }
span { border-color: rgb(251,63,22); }
td.TdClassName
{
border-color: #FB3F16;
}
.TagClassName
{
border-color: #FB3F16;
}
</style>