Shades of Orange Red #FB4018
Tints of Orange Red #FB4018
RGB
CMYK
RGB Variations
Color information
#FB4018 (or 0xFB4018) is known color: Orange Red. HEX triplet: FB, 40 and 18. RGB value is (251,64,24). Sum of RGB (Red+Green+Blue) = 251+64+24=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4018 is #04BFE7. Grayscale: #737373. Windows color (decimal): -311272 or 1589499. OLE color: 1589499.
HSL color Cylindrical-coordinate representation of color #FB4018: hue angle of 10.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB4018 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 24 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.02 |
| HSL | 10.57º | 0.97% | 0.54% | - |
| HSV(B) | 10.57º | 0.9% | 0.98% | - |
| XYZ | 41.78 | 24.24 | 3.34 | - |
| YUV | 115.35 | 76.45 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 24 | 0 | 0.75 | 0.90 | 0.02 | 10.57 | 0.97 | 0.54 |
| Hex | FB | 40 | 18 | 0 | 4B | 5A | 2 | B | 61 | 36 |
| Octal | 373 | 100 | 30 | 0 | 113 | 132 | 2 | 13 | 141 | 66 |
| Binary | 11111011 | 1000000 | 11000 | 0 | 1001011 | 1011010 | 10 | 1011 | 1100001 | 110110 |
Color Harmonies of #FB4018
Complementary color
Monochromatic Colors of #FB4018
Black with #FB4018
Text Example
Text Example
White with #FB4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4018; }
p { color: rgb(251,64,24); }
H1.HeaderClassName
{
color: #FB4018;
}
.AnyTagClassName
{
color: #FB4018;
}
</style>
background-color css
<style>
a { background-color: #FB4018; }
a { background-color: rgb(251,64,24); }
div.DivClassName
{
background-color: #FB4018;
}
.BgClassName
{
background-color: #FB4018;
}
</style>
border-color css
<style>
span { border-color: #FB4018; }
span { border-color: rgb(251,64,24); }
td.TdClassName
{
border-color: #FB4018;
}
.TagClassName
{
border-color: #FB4018;
}
</style>