Shades of Orange Red #FB360B
Tints of Orange Red #FB360B
RGB
CMYK
RGB Variations
Color information
#FB360B (or 0xFB360B) is known color: Orange Red. HEX triplet: FB, 36 and 0B. RGB value is (251,54,11). Sum of RGB (Red+Green+Blue) = 251+54+11=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB360B is #04C9F4. Grayscale: #6C6C6C. Windows color (decimal): -313845 or 734971. OLE color: 734971.
HSL color Cylindrical-coordinate representation of color #FB360B: hue angle of 10.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB360B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.02 |
| HSL | 10.75º | 0.97% | 0.51% | - |
| HSV(B) | 10.75º | 0.96% | 0.98% | - |
| XYZ | 41.16 | 23.17 | 2.62 | - |
| YUV | 108 | 73.27 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 11 | 0 | 0.78 | 0.96 | 0.02 | 10.75 | 0.97 | 0.51 |
| Hex | FB | 36 | B | 0 | 4E | 60 | 2 | B | 61 | 33 |
| Octal | 373 | 66 | 13 | 0 | 116 | 140 | 2 | 13 | 141 | 63 |
| Binary | 11111011 | 110110 | 1011 | 0 | 1001110 | 1100000 | 10 | 1011 | 1100001 | 110011 |
Color Harmonies of #FB360B
Complementary color
Monochromatic Colors of #FB360B
Black with #FB360B
Text Example
Text Example
White with #FB360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB360B; }
p { color: rgb(251,54,11); }
H1.HeaderClassName
{
color: #FB360B;
}
.AnyTagClassName
{
color: #FB360B;
}
</style>
background-color css
<style>
a { background-color: #FB360B; }
a { background-color: rgb(251,54,11); }
div.DivClassName
{
background-color: #FB360B;
}
.BgClassName
{
background-color: #FB360B;
}
</style>
border-color css
<style>
span { border-color: #FB360B; }
span { border-color: rgb(251,54,11); }
td.TdClassName
{
border-color: #FB360B;
}
.TagClassName
{
border-color: #FB360B;
}
</style>