Shades of Orange #FBA308
Tints of Orange #FBA308
RGB
CMYK
RGB Variations
Color information
#FBA308 (or 0xFBA308) is known color: Orange. HEX triplet: FB, A3 and 08. RGB value is (251,163,8). Sum of RGB (Red+Green+Blue) = 251+163+8=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA308 is #045CF7. Grayscale: #ACACAC. Windows color (decimal): -285944 or 566267. OLE color: 566267.
HSL color Cylindrical-coordinate representation of color #FBA308: hue angle of 38.27º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FBA308 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 8 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.02 |
| HSL | 38.27º | 0.97% | 0.51% | - |
| HSV(B) | 38.27º | 0.97% | 0.98% | - |
| XYZ | 52.92 | 46.72 | 6.46 | - |
| YUV | 171.64 | 35.65 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 8 | 0 | 0.35 | 0.97 | 0.02 | 38.27 | 0.97 | 0.51 |
| Hex | FB | A3 | 8 | 0 | 23 | 61 | 2 | 26 | 61 | 33 |
| Octal | 373 | 243 | 10 | 0 | 43 | 141 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100011 | 1000 | 0 | 100011 | 1100001 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA308
Complementary color
Monochromatic Colors of #FBA308
Black with #FBA308
Text Example
Text Example
White with #FBA308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA308; }
p { color: rgb(251,163,8); }
H1.HeaderClassName
{
color: #FBA308;
}
.AnyTagClassName
{
color: #FBA308;
}
</style>
background-color css
<style>
a { background-color: #FBA308; }
a { background-color: rgb(251,163,8); }
div.DivClassName
{
background-color: #FBA308;
}
.BgClassName
{
background-color: #FBA308;
}
</style>
border-color css
<style>
span { border-color: #FBA308; }
span { border-color: rgb(251,163,8); }
td.TdClassName
{
border-color: #FBA308;
}
.TagClassName
{
border-color: #FBA308;
}
</style>