Shades of Orange #FBAB01
Tints of Orange #FBAB01
RGB
CMYK
RGB Variations
Color information
#FBAB01 (or 0xFBAB01) is known color: Orange. HEX triplet: FB, AB and 01. RGB value is (251,171,1). Sum of RGB (Red+Green+Blue) = 251+171+1=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAB01 is #0454FE. Grayscale: #B0B0B0. Windows color (decimal): -283903 or 109563. OLE color: 109563.
HSL color Cylindrical-coordinate representation of color #FBAB01: hue angle of 40.8º 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 #FBAB01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.02 |
| HSL | 40.8º | 0.99% | 0.49% | - |
| HSV(B) | 40.8º | 1% | 0.98% | - |
| XYZ | 54.35 | 49.64 | 6.74 | - |
| YUV | 175.54 | 29.5 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 1 | 0 | 0.32 | 1.00 | 0.02 | 40.8 | 0.99 | 0.49 |
| Hex | FB | AB | 1 | 0 | 20 | 64 | 2 | 29 | 63 | 31 |
| Octal | 373 | 253 | 1 | 0 | 40 | 144 | 2 | 51 | 143 | 61 |
| Binary | 11111011 | 10101011 | 1 | 0 | 100000 | 1100100 | 10 | 101001 | 1100011 | 110001 |
Color Harmonies of #FBAB01
Complementary color
Monochromatic Colors of #FBAB01
Black with #FBAB01
Text Example
Text Example
White with #FBAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB01; }
p { color: rgb(251,171,1); }
H1.HeaderClassName
{
color: #FBAB01;
}
.AnyTagClassName
{
color: #FBAB01;
}
</style>
background-color css
<style>
a { background-color: #FBAB01; }
a { background-color: rgb(251,171,1); }
div.DivClassName
{
background-color: #FBAB01;
}
.BgClassName
{
background-color: #FBAB01;
}
</style>
border-color css
<style>
span { border-color: #FBAB01; }
span { border-color: rgb(251,171,1); }
td.TdClassName
{
border-color: #FBAB01;
}
.TagClassName
{
border-color: #FBAB01;
}
</style>