Shades of Orange Red #FB4A17
Tints of Orange Red #FB4A17
RGB
CMYK
RGB Variations
Color information
#FB4A17 (or 0xFB4A17) is known color: Orange Red. HEX triplet: FB, 4A and 17. RGB value is (251,74,23). Sum of RGB (Red+Green+Blue) = 251+74+23=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A17 is #04B5E8. Grayscale: #797979. Windows color (decimal): -308713 or 1526523. OLE color: 1526523.
HSL color Cylindrical-coordinate representation of color #FB4A17: hue angle of 13.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB4A17 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 23 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.02 |
| HSL | 13.42º | 0.97% | 0.54% | - |
| HSV(B) | 13.42º | 0.91% | 0.98% | - |
| XYZ | 42.39 | 25.47 | 3.49 | - |
| YUV | 121.11 | 72.64 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 23 | 0 | 0.71 | 0.91 | 0.02 | 13.42 | 0.97 | 0.54 |
| Hex | FB | 4A | 17 | 0 | 47 | 5B | 2 | D | 61 | 36 |
| Octal | 373 | 112 | 27 | 0 | 107 | 133 | 2 | 15 | 141 | 66 |
| Binary | 11111011 | 1001010 | 10111 | 0 | 1000111 | 1011011 | 10 | 1101 | 1100001 | 110110 |
Color Harmonies of #FB4A17
Complementary color
Monochromatic Colors of #FB4A17
Black with #FB4A17
Text Example
Text Example
White with #FB4A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A17; }
p { color: rgb(251,74,23); }
H1.HeaderClassName
{
color: #FB4A17;
}
.AnyTagClassName
{
color: #FB4A17;
}
</style>
background-color css
<style>
a { background-color: #FB4A17; }
a { background-color: rgb(251,74,23); }
div.DivClassName
{
background-color: #FB4A17;
}
.BgClassName
{
background-color: #FB4A17;
}
</style>
border-color css
<style>
span { border-color: #FB4A17; }
span { border-color: rgb(251,74,23); }
td.TdClassName
{
border-color: #FB4A17;
}
.TagClassName
{
border-color: #FB4A17;
}
</style>