Shades of Orange #FBA307
Tints of Orange #FBA307
RGB
CMYK
RGB Variations
Color information
#FBA307 (or 0xFBA307) is known color: Orange. HEX triplet: FB, A3 and 07. RGB value is (251,163,7). Sum of RGB (Red+Green+Blue) = 251+163+7=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA307 is #045CF8. Grayscale: #ACACAC. Windows color (decimal): -285945 or 500731. OLE color: 500731.
HSL color Cylindrical-coordinate representation of color #FBA307: hue angle of 38.36º 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 #FBA307 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.02 |
| HSL | 38.36º | 0.97% | 0.51% | - |
| HSV(B) | 38.36º | 0.97% | 0.98% | - |
| XYZ | 52.92 | 46.72 | 6.43 | - |
| YUV | 171.53 | 35.15 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 7 | 0 | 0.35 | 0.97 | 0.02 | 38.36 | 0.97 | 0.51 |
| Hex | FB | A3 | 7 | 0 | 23 | 61 | 2 | 26 | 61 | 33 |
| Octal | 373 | 243 | 7 | 0 | 43 | 141 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100011 | 111 | 0 | 100011 | 1100001 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA307
Complementary color
Monochromatic Colors of #FBA307
Black with #FBA307
Text Example
Text Example
White with #FBA307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA307; }
p { color: rgb(251,163,7); }
H1.HeaderClassName
{
color: #FBA307;
}
.AnyTagClassName
{
color: #FBA307;
}
</style>
background-color css
<style>
a { background-color: #FBA307; }
a { background-color: rgb(251,163,7); }
div.DivClassName
{
background-color: #FBA307;
}
.BgClassName
{
background-color: #FBA307;
}
</style>
border-color css
<style>
span { border-color: #FBA307; }
span { border-color: rgb(251,163,7); }
td.TdClassName
{
border-color: #FBA307;
}
.TagClassName
{
border-color: #FBA307;
}
</style>