Shades of Orange #FBA800
Tints of Orange #FBA800
RGB
CMYK
RGB Variations
Color information
#FBA800 (or 0xFBA800) is known color: Orange. HEX triplet: FB, A8 and 00. RGB value is (251,168,0). Sum of RGB (Red+Green+Blue) = 251+168+0=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA800 is #0457FF. Grayscale: #AEAEAE. Windows color (decimal): -284672 or 43259. OLE color: 43259.
HSL color Cylindrical-coordinate representation of color #FBA800: hue angle of 40.16º 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 #FBA800 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.02 |
| HSL | 40.16º | 1% | 0.49% | - |
| HSV(B) | 40.16º | 1% | 0.98% | - |
| XYZ | 53.79 | 48.51 | 6.53 | - |
| YUV | 173.67 | 30 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 0 | 0 | 0.33 | 1 | 0.02 | 40.16 | 1 | 0.49 |
| Hex | FB | A8 | 0 | 0 | 21 | 64 | 2 | 28 | 64 | 31 |
| Octal | 373 | 250 | 0 | 0 | 41 | 144 | 2 | 50 | 144 | 61 |
| Binary | 11111011 | 10101000 | 0 | 0 | 100001 | 1100100 | 10 | 101000 | 1100100 | 110001 |
Color Harmonies of #FBA800
Complementary color
Monochromatic Colors of #FBA800
Black with #FBA800
Text Example
Text Example
White with #FBA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA800; }
p { color: rgb(251,168,0); }
H1.HeaderClassName
{
color: #FBA800;
}
.AnyTagClassName
{
color: #FBA800;
}
</style>
background-color css
<style>
a { background-color: #FBA800; }
a { background-color: rgb(251,168,0); }
div.DivClassName
{
background-color: #FBA800;
}
.BgClassName
{
background-color: #FBA800;
}
</style>
border-color css
<style>
span { border-color: #FBA800; }
span { border-color: rgb(251,168,0); }
td.TdClassName
{
border-color: #FBA800;
}
.TagClassName
{
border-color: #FBA800;
}
</style>