Shades of Orange Red #FB4301
Tints of Orange Red #FB4301
RGB
CMYK
RGB Variations
Color information
#FB4301 (or 0xFB4301) is known color: Orange Red. HEX triplet: FB, 43 and 01. RGB value is (251,67,1). Sum of RGB (Red+Green+Blue) = 251+67+1=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4301 is #04BCFE. Grayscale: #727272. Windows color (decimal): -310527 or 82939. OLE color: 82939.
HSL color Cylindrical-coordinate representation of color #FB4301: hue angle of 15.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB4301 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.02 |
| HSL | 15.84º | 0.99% | 0.49% | - |
| HSV(B) | 15.84º | 1% | 0.98% | - |
| XYZ | 41.8 | 24.53 | 2.56 | - |
| YUV | 114.49 | 63.96 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 1 | 0 | 0.73 | 1.00 | 0.02 | 15.84 | 0.99 | 0.49 |
| Hex | FB | 43 | 1 | 0 | 49 | 64 | 2 | 10 | 63 | 31 |
| Octal | 373 | 103 | 1 | 0 | 111 | 144 | 2 | 20 | 143 | 61 |
| Binary | 11111011 | 1000011 | 1 | 0 | 1001001 | 1100100 | 10 | 10000 | 1100011 | 110001 |
Color Harmonies of #FB4301
Complementary color
Monochromatic Colors of #FB4301
Black with #FB4301
Text Example
Text Example
White with #FB4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4301; }
p { color: rgb(251,67,1); }
H1.HeaderClassName
{
color: #FB4301;
}
.AnyTagClassName
{
color: #FB4301;
}
</style>
background-color css
<style>
a { background-color: #FB4301; }
a { background-color: rgb(251,67,1); }
div.DivClassName
{
background-color: #FB4301;
}
.BgClassName
{
background-color: #FB4301;
}
</style>
border-color css
<style>
span { border-color: #FB4301; }
span { border-color: rgb(251,67,1); }
td.TdClassName
{
border-color: #FB4301;
}
.TagClassName
{
border-color: #FB4301;
}
</style>