Shades of Orange #FBAA00
Tints of Orange #FBAA00
RGB
CMYK
RGB Variations
Color information
#FBAA00 (or 0xFBAA00) is known color: Orange. HEX triplet: FB, AA and 00. RGB value is (251,170,0). Sum of RGB (Red+Green+Blue) = 251+170+0=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAA00 is #0455FF. Grayscale: #AFAFAF. Windows color (decimal): -284160 or 43771. OLE color: 43771.
HSL color Cylindrical-coordinate representation of color #FBAA00: hue angle of 40.64º 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 #FBAA00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.02 |
| HSL | 40.64º | 1% | 0.49% | - |
| HSV(B) | 40.64º | 1% | 0.98% | - |
| XYZ | 54.16 | 49.26 | 6.65 | - |
| YUV | 174.84 | 29.34 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 0 | 0 | 0.32 | 1 | 0.02 | 40.64 | 1 | 0.49 |
| Hex | FB | AA | 0 | 0 | 20 | 64 | 2 | 29 | 64 | 31 |
| Octal | 373 | 252 | 0 | 0 | 40 | 144 | 2 | 51 | 144 | 61 |
| Binary | 11111011 | 10101010 | 0 | 0 | 100000 | 1100100 | 10 | 101001 | 1100100 | 110001 |
Color Harmonies of #FBAA00
Complementary color
Monochromatic Colors of #FBAA00
Black with #FBAA00
Text Example
Text Example
White with #FBAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAA00; }
p { color: rgb(251,170,0); }
H1.HeaderClassName
{
color: #FBAA00;
}
.AnyTagClassName
{
color: #FBAA00;
}
</style>
background-color css
<style>
a { background-color: #FBAA00; }
a { background-color: rgb(251,170,0); }
div.DivClassName
{
background-color: #FBAA00;
}
.BgClassName
{
background-color: #FBAA00;
}
</style>
border-color css
<style>
span { border-color: #FBAA00; }
span { border-color: rgb(251,170,0); }
td.TdClassName
{
border-color: #FBAA00;
}
.TagClassName
{
border-color: #FBAA00;
}
</style>