Shades of Orange Red #FB3901
Tints of Orange Red #FB3901
RGB
CMYK
RGB Variations
Color information
#FB3901 (or 0xFB3901) is known color: Orange Red. HEX triplet: FB, 39 and 01. RGB value is (251,57,1). Sum of RGB (Red+Green+Blue) = 251+57+1=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3901 is #04C6FE. Grayscale: #6D6D6D. Windows color (decimal): -313087 or 80379. OLE color: 80379.
HSL color Cylindrical-coordinate representation of color #FB3901: hue angle of 13.44º 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 #FB3901 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.02 |
| HSL | 13.44º | 0.99% | 0.49% | - |
| HSV(B) | 13.44º | 1% | 0.98% | - |
| XYZ | 41.25 | 23.44 | 2.38 | - |
| YUV | 108.62 | 67.27 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 1 | 0 | 0.77 | 1.00 | 0.02 | 13.44 | 0.99 | 0.49 |
| Hex | FB | 39 | 1 | 0 | 4D | 64 | 2 | D | 63 | 31 |
| Octal | 373 | 71 | 1 | 0 | 115 | 144 | 2 | 15 | 143 | 61 |
| Binary | 11111011 | 111001 | 1 | 0 | 1001101 | 1100100 | 10 | 1101 | 1100011 | 110001 |
Color Harmonies of #FB3901
Complementary color
Monochromatic Colors of #FB3901
Black with #FB3901
Text Example
Text Example
White with #FB3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3901; }
p { color: rgb(251,57,1); }
H1.HeaderClassName
{
color: #FB3901;
}
.AnyTagClassName
{
color: #FB3901;
}
</style>
background-color css
<style>
a { background-color: #FB3901; }
a { background-color: rgb(251,57,1); }
div.DivClassName
{
background-color: #FB3901;
}
.BgClassName
{
background-color: #FB3901;
}
</style>
border-color css
<style>
span { border-color: #FB3901; }
span { border-color: rgb(251,57,1); }
td.TdClassName
{
border-color: #FB3901;
}
.TagClassName
{
border-color: #FB3901;
}
</style>