Shades of Orange Red #FB3C01
Tints of Orange Red #FB3C01
RGB
CMYK
RGB Variations
Color information
#FB3C01 (or 0xFB3C01) is known color: Orange Red. HEX triplet: FB, 3C and 01. RGB value is (251,60,1). Sum of RGB (Red+Green+Blue) = 251+60+1=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C01 is #04C3FE. Grayscale: #6E6E6E. Windows color (decimal): -312319 or 81147. OLE color: 81147.
HSL color Cylindrical-coordinate representation of color #FB3C01: hue angle of 14.16º 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 #FB3C01 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.02 |
| HSL | 14.16º | 0.99% | 0.49% | - |
| HSV(B) | 14.16º | 1% | 0.98% | - |
| XYZ | 41.41 | 23.74 | 2.43 | - |
| YUV | 110.38 | 66.28 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 1 | 0 | 0.76 | 1.00 | 0.02 | 14.16 | 0.99 | 0.49 |
| Hex | FB | 3C | 1 | 0 | 4C | 64 | 2 | E | 63 | 31 |
| Octal | 373 | 74 | 1 | 0 | 114 | 144 | 2 | 16 | 143 | 61 |
| Binary | 11111011 | 111100 | 1 | 0 | 1001100 | 1100100 | 10 | 1110 | 1100011 | 110001 |
Color Harmonies of #FB3C01
Complementary color
Monochromatic Colors of #FB3C01
Black with #FB3C01
Text Example
Text Example
White with #FB3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C01; }
p { color: rgb(251,60,1); }
H1.HeaderClassName
{
color: #FB3C01;
}
.AnyTagClassName
{
color: #FB3C01;
}
</style>
background-color css
<style>
a { background-color: #FB3C01; }
a { background-color: rgb(251,60,1); }
div.DivClassName
{
background-color: #FB3C01;
}
.BgClassName
{
background-color: #FB3C01;
}
</style>
border-color css
<style>
span { border-color: #FB3C01; }
span { border-color: rgb(251,60,1); }
td.TdClassName
{
border-color: #FB3C01;
}
.TagClassName
{
border-color: #FB3C01;
}
</style>