Shades of Orange #FBA905
Tints of Orange #FBA905
RGB
CMYK
RGB Variations
Color information
#FBA905 (or 0xFBA905) is known color: Orange. HEX triplet: FB, A9 and 05. RGB value is (251,169,5). Sum of RGB (Red+Green+Blue) = 251+169+5=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA905 is #0456FA. Grayscale: #AFAFAF. Windows color (decimal): -284411 or 371195. OLE color: 371195.
HSL color Cylindrical-coordinate representation of color #FBA905: hue angle of 40º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBA905 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.02 |
| HSL | 40º | 0.97% | 0.5% | - |
| HSV(B) | 40º | 0.98% | 0.98% | - |
| XYZ | 54 | 48.9 | 6.74 | - |
| YUV | 174.82 | 32.17 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 5 | 0 | 0.33 | 0.98 | 0.02 | 40 | 0.97 | 0.5 |
| Hex | FB | A9 | 5 | 0 | 21 | 62 | 2 | 28 | 61 | 32 |
| Octal | 373 | 251 | 5 | 0 | 41 | 142 | 2 | 50 | 141 | 62 |
| Binary | 11111011 | 10101001 | 101 | 0 | 100001 | 1100010 | 10 | 101000 | 1100001 | 110010 |
Color Harmonies of #FBA905
Complementary color
Monochromatic Colors of #FBA905
Black with #FBA905
Text Example
Text Example
White with #FBA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA905; }
p { color: rgb(251,169,5); }
H1.HeaderClassName
{
color: #FBA905;
}
.AnyTagClassName
{
color: #FBA905;
}
</style>
background-color css
<style>
a { background-color: #FBA905; }
a { background-color: rgb(251,169,5); }
div.DivClassName
{
background-color: #FBA905;
}
.BgClassName
{
background-color: #FBA905;
}
</style>
border-color css
<style>
span { border-color: #FBA905; }
span { border-color: rgb(251,169,5); }
td.TdClassName
{
border-color: #FBA905;
}
.TagClassName
{
border-color: #FBA905;
}
</style>