Shades of Orange Red #FB460D
Tints of Orange Red #FB460D
RGB
CMYK
RGB Variations
Color information
#FB460D (or 0xFB460D) is known color: Orange Red. HEX triplet: FB, 46 and 0D. RGB value is (251,70,13). Sum of RGB (Red+Green+Blue) = 251+70+13=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB460D is #04B9F2. Grayscale: #767676. Windows color (decimal): -309747 or 870139. OLE color: 870139.
HSL color Cylindrical-coordinate representation of color #FB460D: hue angle of 14.37º 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 #FB460D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.02 |
| HSL | 14.37º | 0.97% | 0.52% | - |
| HSV(B) | 14.37º | 0.95% | 0.98% | - |
| XYZ | 42.05 | 24.92 | 2.97 | - |
| YUV | 117.62 | 68.97 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 13 | 0 | 0.72 | 0.95 | 0.02 | 14.37 | 0.97 | 0.52 |
| Hex | FB | 46 | D | 0 | 48 | 5F | 2 | E | 61 | 34 |
| Octal | 373 | 106 | 15 | 0 | 110 | 137 | 2 | 16 | 141 | 64 |
| Binary | 11111011 | 1000110 | 1101 | 0 | 1001000 | 1011111 | 10 | 1110 | 1100001 | 110100 |
Color Harmonies of #FB460D
Complementary color
Monochromatic Colors of #FB460D
Black with #FB460D
Text Example
Text Example
White with #FB460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB460D; }
p { color: rgb(251,70,13); }
H1.HeaderClassName
{
color: #FB460D;
}
.AnyTagClassName
{
color: #FB460D;
}
</style>
background-color css
<style>
a { background-color: #FB460D; }
a { background-color: rgb(251,70,13); }
div.DivClassName
{
background-color: #FB460D;
}
.BgClassName
{
background-color: #FB460D;
}
</style>
border-color css
<style>
span { border-color: #FB460D; }
span { border-color: rgb(251,70,13); }
td.TdClassName
{
border-color: #FB460D;
}
.TagClassName
{
border-color: #FB460D;
}
</style>