Shades of Orange Red #FB3D16
Tints of Orange Red #FB3D16
RGB
CMYK
RGB Variations
Color information
#FB3D16 (or 0xFB3D16) is known color: Orange Red. HEX triplet: FB, 3D and 16. RGB value is (251,61,22). Sum of RGB (Red+Green+Blue) = 251+61+22=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3D16 is #04C2E9. Grayscale: #717171. Windows color (decimal): -312042 or 1457659. OLE color: 1457659.
HSL color Cylindrical-coordinate representation of color #FB3D16: hue angle of 10.22º 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 #FB3D16 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 22 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.02 |
| HSL | 10.22º | 0.97% | 0.54% | - |
| HSV(B) | 10.22º | 0.91% | 0.98% | - |
| XYZ | 41.6 | 23.9 | 3.18 | - |
| YUV | 113.36 | 76.45 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 22 | 0 | 0.76 | 0.91 | 0.02 | 10.22 | 0.97 | 0.54 |
| Hex | FB | 3D | 16 | 0 | 4C | 5B | 2 | A | 61 | 36 |
| Octal | 373 | 75 | 26 | 0 | 114 | 133 | 2 | 12 | 141 | 66 |
| Binary | 11111011 | 111101 | 10110 | 0 | 1001100 | 1011011 | 10 | 1010 | 1100001 | 110110 |
Color Harmonies of #FB3D16
Complementary color
Monochromatic Colors of #FB3D16
Black with #FB3D16
Text Example
Text Example
White with #FB3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3D16; }
p { color: rgb(251,61,22); }
H1.HeaderClassName
{
color: #FB3D16;
}
.AnyTagClassName
{
color: #FB3D16;
}
</style>
background-color css
<style>
a { background-color: #FB3D16; }
a { background-color: rgb(251,61,22); }
div.DivClassName
{
background-color: #FB3D16;
}
.BgClassName
{
background-color: #FB3D16;
}
</style>
border-color css
<style>
span { border-color: #FB3D16; }
span { border-color: rgb(251,61,22); }
td.TdClassName
{
border-color: #FB3D16;
}
.TagClassName
{
border-color: #FB3D16;
}
</style>