Shades of Orange #FBAC00
Tints of Orange #FBAC00
RGB
CMYK
RGB Variations
Color information
#FBAC00 (or 0xFBAC00) is known color: Orange. HEX triplet: FB, AC and 00. RGB value is (251,172,0). Sum of RGB (Red+Green+Blue) = 251+172+0=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAC00 is #0453FF. Grayscale: #B0B0B0. Windows color (decimal): -283648 or 44283. OLE color: 44283.
HSL color Cylindrical-coordinate representation of color #FBAC00: hue angle of 41.12º 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 #FBAC00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.02 |
| HSL | 41.12º | 1% | 0.49% | - |
| HSV(B) | 41.12º | 1% | 0.98% | - |
| XYZ | 54.54 | 50.01 | 6.78 | - |
| YUV | 176.01 | 28.67 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 0 | 0 | 0.31 | 1 | 0.02 | 41.12 | 1 | 0.49 |
| Hex | FB | AC | 0 | 0 | 1F | 64 | 2 | 29 | 64 | 31 |
| Octal | 373 | 254 | 0 | 0 | 37 | 144 | 2 | 51 | 144 | 61 |
| Binary | 11111011 | 10101100 | 0 | 0 | 11111 | 1100100 | 10 | 101001 | 1100100 | 110001 |
Color Harmonies of #FBAC00
Complementary color
Monochromatic Colors of #FBAC00
Black with #FBAC00
Text Example
Text Example
White with #FBAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAC00; }
p { color: rgb(251,172,0); }
H1.HeaderClassName
{
color: #FBAC00;
}
.AnyTagClassName
{
color: #FBAC00;
}
</style>
background-color css
<style>
a { background-color: #FBAC00; }
a { background-color: rgb(251,172,0); }
div.DivClassName
{
background-color: #FBAC00;
}
.BgClassName
{
background-color: #FBAC00;
}
</style>
border-color css
<style>
span { border-color: #FBAC00; }
span { border-color: rgb(251,172,0); }
td.TdClassName
{
border-color: #FBAC00;
}
.TagClassName
{
border-color: #FBAC00;
}
</style>