Shades of Orange Red #FB3710
Tints of Orange Red #FB3710
RGB
CMYK
RGB Variations
Color information
#FB3710 (or 0xFB3710) is known color: Orange Red. HEX triplet: FB, 37 and 10. RGB value is (251,55,16). Sum of RGB (Red+Green+Blue) = 251+55+16=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3710 is #04C8EF. Grayscale: #6D6D6D. Windows color (decimal): -313584 or 1062907. OLE color: 1062907.
HSL color Cylindrical-coordinate representation of color #FB3710: hue angle of 9.96º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB3710 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 16 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.02 |
| HSL | 9.96º | 0.97% | 0.52% | - |
| HSV(B) | 9.96º | 0.94% | 0.98% | - |
| XYZ | 41.24 | 23.28 | 2.81 | - |
| YUV | 109.16 | 75.43 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 16 | 0 | 0.78 | 0.94 | 0.02 | 9.96 | 0.97 | 0.52 |
| Hex | FB | 37 | 10 | 0 | 4E | 5E | 2 | A | 61 | 34 |
| Octal | 373 | 67 | 20 | 0 | 116 | 136 | 2 | 12 | 141 | 64 |
| Binary | 11111011 | 110111 | 10000 | 0 | 1001110 | 1011110 | 10 | 1010 | 1100001 | 110100 |
Color Harmonies of #FB3710
Complementary color
Monochromatic Colors of #FB3710
Black with #FB3710
Text Example
Text Example
White with #FB3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3710; }
p { color: rgb(251,55,16); }
H1.HeaderClassName
{
color: #FB3710;
}
.AnyTagClassName
{
color: #FB3710;
}
</style>
background-color css
<style>
a { background-color: #FB3710; }
a { background-color: rgb(251,55,16); }
div.DivClassName
{
background-color: #FB3710;
}
.BgClassName
{
background-color: #FB3710;
}
</style>
border-color css
<style>
span { border-color: #FB3710; }
span { border-color: rgb(251,55,16); }
td.TdClassName
{
border-color: #FB3710;
}
.TagClassName
{
border-color: #FB3710;
}
</style>