Shades of Orange #FBA607
Tints of Orange #FBA607
RGB
CMYK
RGB Variations
Color information
#FBA607 (or 0xFBA607) is known color: Orange. HEX triplet: FB, A6 and 07. RGB value is (251,166,7). Sum of RGB (Red+Green+Blue) = 251+166+7=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA607 is #0459F8. Grayscale: #AEAEAE. Windows color (decimal): -285177 or 501499. OLE color: 501499.
HSL color Cylindrical-coordinate representation of color #FBA607: hue angle of 39.1º 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 #FBA607 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.02 |
| HSL | 39.1º | 0.97% | 0.51% | - |
| HSV(B) | 39.1º | 0.97% | 0.98% | - |
| XYZ | 53.46 | 47.8 | 6.61 | - |
| YUV | 173.29 | 34.16 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 7 | 0 | 0.34 | 0.97 | 0.02 | 39.1 | 0.97 | 0.51 |
| Hex | FB | A6 | 7 | 0 | 22 | 61 | 2 | 27 | 61 | 33 |
| Octal | 373 | 246 | 7 | 0 | 42 | 141 | 2 | 47 | 141 | 63 |
| Binary | 11111011 | 10100110 | 111 | 0 | 100010 | 1100001 | 10 | 100111 | 1100001 | 110011 |
Color Harmonies of #FBA607
Complementary color
Monochromatic Colors of #FBA607
Black with #FBA607
Text Example
Text Example
White with #FBA607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA607; }
p { color: rgb(251,166,7); }
H1.HeaderClassName
{
color: #FBA607;
}
.AnyTagClassName
{
color: #FBA607;
}
</style>
background-color css
<style>
a { background-color: #FBA607; }
a { background-color: rgb(251,166,7); }
div.DivClassName
{
background-color: #FBA607;
}
.BgClassName
{
background-color: #FBA607;
}
</style>
border-color css
<style>
span { border-color: #FBA607; }
span { border-color: rgb(251,166,7); }
td.TdClassName
{
border-color: #FBA607;
}
.TagClassName
{
border-color: #FBA607;
}
</style>