Shades of Orange Red #FB3716
Tints of Orange Red #FB3716
RGB
CMYK
RGB Variations
Color information
#FB3716 (or 0xFB3716) is known color: Orange Red. HEX triplet: FB, 37 and 16. RGB value is (251,55,22). Sum of RGB (Red+Green+Blue) = 251+55+22=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3716 is #04C8E9. Grayscale: #6E6E6E. Windows color (decimal): -313578 or 1456123. OLE color: 1456123.
HSL color Cylindrical-coordinate representation of color #FB3716: hue angle of 8.65º 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 #FB3716 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.02 |
| HSL | 8.65º | 0.97% | 0.54% | - |
| HSV(B) | 8.65º | 0.91% | 0.98% | - |
| XYZ | 41.29 | 23.3 | 3.08 | - |
| YUV | 109.84 | 78.43 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 22 | 0 | 0.78 | 0.91 | 0.02 | 8.65 | 0.97 | 0.54 |
| Hex | FB | 37 | 16 | 0 | 4E | 5B | 2 | 9 | 61 | 36 |
| Octal | 373 | 67 | 26 | 0 | 116 | 133 | 2 | 11 | 141 | 66 |
| Binary | 11111011 | 110111 | 10110 | 0 | 1001110 | 1011011 | 10 | 1001 | 1100001 | 110110 |
Color Harmonies of #FB3716
Complementary color
Monochromatic Colors of #FB3716
Black with #FB3716
Text Example
Text Example
White with #FB3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3716; }
p { color: rgb(251,55,22); }
H1.HeaderClassName
{
color: #FB3716;
}
.AnyTagClassName
{
color: #FB3716;
}
</style>
background-color css
<style>
a { background-color: #FB3716; }
a { background-color: rgb(251,55,22); }
div.DivClassName
{
background-color: #FB3716;
}
.BgClassName
{
background-color: #FB3716;
}
</style>
border-color css
<style>
span { border-color: #FB3716; }
span { border-color: rgb(251,55,22); }
td.TdClassName
{
border-color: #FB3716;
}
.TagClassName
{
border-color: #FB3716;
}
</style>