Shades of Orange Red #FB4413
Tints of Orange Red #FB4413
RGB
CMYK
RGB Variations
Color information
#FB4413 (or 0xFB4413) is known color: Orange Red. HEX triplet: FB, 44 and 13. RGB value is (251,68,19). Sum of RGB (Red+Green+Blue) = 251+68+19=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4413 is #04BBEC. Grayscale: #757575. Windows color (decimal): -310253 or 1262843. OLE color: 1262843.
HSL color Cylindrical-coordinate representation of color #FB4413: hue angle of 12.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB4413 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.02 |
| HSL | 12.67º | 0.97% | 0.53% | - |
| HSV(B) | 12.67º | 0.92% | 0.98% | - |
| XYZ | 41.97 | 24.69 | 3.17 | - |
| YUV | 117.13 | 72.63 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 19 | 0 | 0.73 | 0.92 | 0.02 | 12.67 | 0.97 | 0.53 |
| Hex | FB | 44 | 13 | 0 | 49 | 5C | 2 | D | 61 | 35 |
| Octal | 373 | 104 | 23 | 0 | 111 | 134 | 2 | 15 | 141 | 65 |
| Binary | 11111011 | 1000100 | 10011 | 0 | 1001001 | 1011100 | 10 | 1101 | 1100001 | 110101 |
Color Harmonies of #FB4413
Complementary color
Monochromatic Colors of #FB4413
Black with #FB4413
Text Example
Text Example
White with #FB4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4413; }
p { color: rgb(251,68,19); }
H1.HeaderClassName
{
color: #FB4413;
}
.AnyTagClassName
{
color: #FB4413;
}
</style>
background-color css
<style>
a { background-color: #FB4413; }
a { background-color: rgb(251,68,19); }
div.DivClassName
{
background-color: #FB4413;
}
.BgClassName
{
background-color: #FB4413;
}
</style>
border-color css
<style>
span { border-color: #FB4413; }
span { border-color: rgb(251,68,19); }
td.TdClassName
{
border-color: #FB4413;
}
.TagClassName
{
border-color: #FB4413;
}
</style>