Shades of Orange Red #FB390D
Tints of Orange Red #FB390D
RGB
CMYK
RGB Variations
Color information
#FB390D (or 0xFB390D) is known color: Orange Red. HEX triplet: FB, 39 and 0D. RGB value is (251,57,13). Sum of RGB (Red+Green+Blue) = 251+57+13=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB390D is #04C6F2. Grayscale: #6E6E6E. Windows color (decimal): -313075 or 866811. OLE color: 866811.
HSL color Cylindrical-coordinate representation of color #FB390D: hue angle of 11.09º 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 #FB390D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.02 |
| HSL | 11.09º | 0.97% | 0.52% | - |
| HSV(B) | 11.09º | 0.95% | 0.98% | - |
| XYZ | 41.32 | 23.46 | 2.73 | - |
| YUV | 109.99 | 73.27 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 13 | 0 | 0.77 | 0.95 | 0.02 | 11.09 | 0.97 | 0.52 |
| Hex | FB | 39 | D | 0 | 4D | 5F | 2 | B | 61 | 34 |
| Octal | 373 | 71 | 15 | 0 | 115 | 137 | 2 | 13 | 141 | 64 |
| Binary | 11111011 | 111001 | 1101 | 0 | 1001101 | 1011111 | 10 | 1011 | 1100001 | 110100 |
Color Harmonies of #FB390D
Complementary color
Monochromatic Colors of #FB390D
Black with #FB390D
Text Example
Text Example
White with #FB390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB390D; }
p { color: rgb(251,57,13); }
H1.HeaderClassName
{
color: #FB390D;
}
.AnyTagClassName
{
color: #FB390D;
}
</style>
background-color css
<style>
a { background-color: #FB390D; }
a { background-color: rgb(251,57,13); }
div.DivClassName
{
background-color: #FB390D;
}
.BgClassName
{
background-color: #FB390D;
}
</style>
border-color css
<style>
span { border-color: #FB390D; }
span { border-color: rgb(251,57,13); }
td.TdClassName
{
border-color: #FB390D;
}
.TagClassName
{
border-color: #FB390D;
}
</style>