Shades of Orange #FBA601
Tints of Orange #FBA601
RGB
CMYK
RGB Variations
Color information
#FBA601 (or 0xFBA601) is known color: Orange. HEX triplet: FB, A6 and 01. RGB value is (251,166,1). Sum of RGB (Red+Green+Blue) = 251+166+1=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA601 is #0459FE. Grayscale: #ADADAD. Windows color (decimal): -285183 or 108283. OLE color: 108283.
HSL color Cylindrical-coordinate representation of color #FBA601: hue angle of 39.6º 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 #FBA601 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.02 |
| HSL | 39.6º | 0.99% | 0.49% | - |
| HSV(B) | 39.6º | 1% | 0.98% | - |
| XYZ | 53.43 | 47.78 | 6.44 | - |
| YUV | 172.61 | 31.16 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 1 | 0 | 0.34 | 1.00 | 0.02 | 39.6 | 0.99 | 0.49 |
| Hex | FB | A6 | 1 | 0 | 22 | 64 | 2 | 28 | 63 | 31 |
| Octal | 373 | 246 | 1 | 0 | 42 | 144 | 2 | 50 | 143 | 61 |
| Binary | 11111011 | 10100110 | 1 | 0 | 100010 | 1100100 | 10 | 101000 | 1100011 | 110001 |
Color Harmonies of #FBA601
Complementary color
Monochromatic Colors of #FBA601
Black with #FBA601
Text Example
Text Example
White with #FBA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA601; }
p { color: rgb(251,166,1); }
H1.HeaderClassName
{
color: #FBA601;
}
.AnyTagClassName
{
color: #FBA601;
}
</style>
background-color css
<style>
a { background-color: #FBA601; }
a { background-color: rgb(251,166,1); }
div.DivClassName
{
background-color: #FBA601;
}
.BgClassName
{
background-color: #FBA601;
}
</style>
border-color css
<style>
span { border-color: #FBA601; }
span { border-color: rgb(251,166,1); }
td.TdClassName
{
border-color: #FBA601;
}
.TagClassName
{
border-color: #FBA601;
}
</style>