Shades of Orange #FBA600
Tints of Orange #FBA600
RGB
CMYK
RGB Variations
Color information
#FBA600 (or 0xFBA600) is known color: Orange. HEX triplet: FB, A6 and 00. RGB value is (251,166,0). Sum of RGB (Red+Green+Blue) = 251+166+0=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA600 is #0459FF. Grayscale: #ADADAD. Windows color (decimal): -285184 or 42747. OLE color: 42747.
HSL color Cylindrical-coordinate representation of color #FBA600: hue angle of 39.68º 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 #FBA600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.02 |
| HSL | 39.68º | 1% | 0.49% | - |
| HSV(B) | 39.68º | 1% | 0.98% | - |
| XYZ | 53.42 | 47.78 | 6.41 | - |
| YUV | 172.49 | 30.66 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 0 | 0 | 0.34 | 1 | 0.02 | 39.68 | 1 | 0.49 |
| Hex | FB | A6 | 0 | 0 | 22 | 64 | 2 | 28 | 64 | 31 |
| Octal | 373 | 246 | 0 | 0 | 42 | 144 | 2 | 50 | 144 | 61 |
| Binary | 11111011 | 10100110 | 0 | 0 | 100010 | 1100100 | 10 | 101000 | 1100100 | 110001 |
Color Harmonies of #FBA600
Complementary color
Monochromatic Colors of #FBA600
Black with #FBA600
Text Example
Text Example
White with #FBA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA600; }
p { color: rgb(251,166,0); }
H1.HeaderClassName
{
color: #FBA600;
}
.AnyTagClassName
{
color: #FBA600;
}
</style>
background-color css
<style>
a { background-color: #FBA600; }
a { background-color: rgb(251,166,0); }
div.DivClassName
{
background-color: #FBA600;
}
.BgClassName
{
background-color: #FBA600;
}
</style>
border-color css
<style>
span { border-color: #FBA600; }
span { border-color: rgb(251,166,0); }
td.TdClassName
{
border-color: #FBA600;
}
.TagClassName
{
border-color: #FBA600;
}
</style>