Shades of Orange #FBA901
Tints of Orange #FBA901
RGB
CMYK
RGB Variations
Color information
#FBA901 (or 0xFBA901) is known color: Orange. HEX triplet: FB, A9 and 01. RGB value is (251,169,1). Sum of RGB (Red+Green+Blue) = 251+169+1=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA901 is #0456FE. Grayscale: #AFAFAF. Windows color (decimal): -284415 or 109051. OLE color: 109051.
HSL color Cylindrical-coordinate representation of color #FBA901: hue angle of 40.32º 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 #FBA901 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.02 |
| HSL | 40.32º | 0.99% | 0.49% | - |
| HSV(B) | 40.32º | 1% | 0.98% | - |
| XYZ | 53.98 | 48.89 | 6.62 | - |
| YUV | 174.37 | 30.17 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 1 | 0 | 0.33 | 1.00 | 0.02 | 40.32 | 0.99 | 0.49 |
| Hex | FB | A9 | 1 | 0 | 21 | 64 | 2 | 28 | 63 | 31 |
| Octal | 373 | 251 | 1 | 0 | 41 | 144 | 2 | 50 | 143 | 61 |
| Binary | 11111011 | 10101001 | 1 | 0 | 100001 | 1100100 | 10 | 101000 | 1100011 | 110001 |
Color Harmonies of #FBA901
Complementary color
Monochromatic Colors of #FBA901
Black with #FBA901
Text Example
Text Example
White with #FBA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA901; }
p { color: rgb(251,169,1); }
H1.HeaderClassName
{
color: #FBA901;
}
.AnyTagClassName
{
color: #FBA901;
}
</style>
background-color css
<style>
a { background-color: #FBA901; }
a { background-color: rgb(251,169,1); }
div.DivClassName
{
background-color: #FBA901;
}
.BgClassName
{
background-color: #FBA901;
}
</style>
border-color css
<style>
span { border-color: #FBA901; }
span { border-color: rgb(251,169,1); }
td.TdClassName
{
border-color: #FBA901;
}
.TagClassName
{
border-color: #FBA901;
}
</style>