Shades of Orange Red #FB360D
Tints of Orange Red #FB360D
RGB
CMYK
RGB Variations
Color information
#FB360D (or 0xFB360D) is known color: Orange Red. HEX triplet: FB, 36 and 0D. RGB value is (251,54,13). Sum of RGB (Red+Green+Blue) = 251+54+13=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB360D is #04C9F2. Grayscale: #6C6C6C. Windows color (decimal): -313843 or 866043. OLE color: 866043.
HSL color Cylindrical-coordinate representation of color #FB360D: hue angle of 10.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB360D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.02 |
| HSL | 10.34º | 0.97% | 0.52% | - |
| HSV(B) | 10.34º | 0.95% | 0.98% | - |
| XYZ | 41.18 | 23.18 | 2.68 | - |
| YUV | 108.23 | 74.27 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 13 | 0 | 0.78 | 0.95 | 0.02 | 10.34 | 0.97 | 0.52 |
| Hex | FB | 36 | D | 0 | 4E | 5F | 2 | A | 61 | 34 |
| Octal | 373 | 66 | 15 | 0 | 116 | 137 | 2 | 12 | 141 | 64 |
| Binary | 11111011 | 110110 | 1101 | 0 | 1001110 | 1011111 | 10 | 1010 | 1100001 | 110100 |
Color Harmonies of #FB360D
Complementary color
Monochromatic Colors of #FB360D
Black with #FB360D
Text Example
Text Example
White with #FB360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB360D; }
p { color: rgb(251,54,13); }
H1.HeaderClassName
{
color: #FB360D;
}
.AnyTagClassName
{
color: #FB360D;
}
</style>
background-color css
<style>
a { background-color: #FB360D; }
a { background-color: rgb(251,54,13); }
div.DivClassName
{
background-color: #FB360D;
}
.BgClassName
{
background-color: #FB360D;
}
</style>
border-color css
<style>
span { border-color: #FB360D; }
span { border-color: rgb(251,54,13); }
td.TdClassName
{
border-color: #FB360D;
}
.TagClassName
{
border-color: #FB360D;
}
</style>