Shades of Orange #FBA900
Tints of Orange #FBA900
RGB
CMYK
RGB Variations
Color information
#FBA900 (or 0xFBA900) is known color: Orange. HEX triplet: FB, A9 and 00. RGB value is (251,169,0). Sum of RGB (Red+Green+Blue) = 251+169+0=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA900 is #0456FF. Grayscale: #AFAFAF. Windows color (decimal): -284416 or 43515. OLE color: 43515.
HSL color Cylindrical-coordinate representation of color #FBA900: hue angle of 40.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBA900 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.02 |
| HSL | 40.4º | 1% | 0.49% | - |
| HSV(B) | 40.4º | 1% | 0.98% | - |
| XYZ | 53.97 | 48.89 | 6.59 | - |
| YUV | 174.25 | 29.67 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 0 | 0 | 0.33 | 1 | 0.02 | 40.4 | 1 | 0.49 |
| Hex | FB | A9 | 0 | 0 | 21 | 64 | 2 | 28 | 64 | 31 |
| Octal | 373 | 251 | 0 | 0 | 41 | 144 | 2 | 50 | 144 | 61 |
| Binary | 11111011 | 10101001 | 0 | 0 | 100001 | 1100100 | 10 | 101000 | 1100100 | 110001 |
Color Harmonies of #FBA900
Complementary color
Monochromatic Colors of #FBA900
Black with #FBA900
Text Example
Text Example
White with #FBA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA900; }
p { color: rgb(251,169,0); }
H1.HeaderClassName
{
color: #FBA900;
}
.AnyTagClassName
{
color: #FBA900;
}
</style>
background-color css
<style>
a { background-color: #FBA900; }
a { background-color: rgb(251,169,0); }
div.DivClassName
{
background-color: #FBA900;
}
.BgClassName
{
background-color: #FBA900;
}
</style>
border-color css
<style>
span { border-color: #FBA900; }
span { border-color: rgb(251,169,0); }
td.TdClassName
{
border-color: #FBA900;
}
.TagClassName
{
border-color: #FBA900;
}
</style>