Shades of Orange #FBA602
Tints of Orange #FBA602
RGB
CMYK
RGB Variations
Color information
#FBA602 (or 0xFBA602) is known color: Orange. HEX triplet: FB, A6 and 02. RGB value is (251,166,2). Sum of RGB (Red+Green+Blue) = 251+166+2=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA602 is #0459FD. Grayscale: #ADADAD. Windows color (decimal): -285182 or 173819. OLE color: 173819.
HSL color Cylindrical-coordinate representation of color #FBA602: hue angle of 39.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBA602 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.02 |
| HSL | 39.52º | 0.98% | 0.5% | - |
| HSV(B) | 39.52º | 0.99% | 0.98% | - |
| XYZ | 53.43 | 47.79 | 6.46 | - |
| YUV | 172.72 | 31.66 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 2 | 0 | 0.34 | 0.99 | 0.02 | 39.52 | 0.98 | 0.5 |
| Hex | FB | A6 | 2 | 0 | 22 | 63 | 2 | 28 | 62 | 32 |
| Octal | 373 | 246 | 2 | 0 | 42 | 143 | 2 | 50 | 142 | 62 |
| Binary | 11111011 | 10100110 | 10 | 0 | 100010 | 1100011 | 10 | 101000 | 1100010 | 110010 |
Color Harmonies of #FBA602
Complementary color
Monochromatic Colors of #FBA602
Black with #FBA602
Text Example
Text Example
White with #FBA602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA602; }
p { color: rgb(251,166,2); }
H1.HeaderClassName
{
color: #FBA602;
}
.AnyTagClassName
{
color: #FBA602;
}
</style>
background-color css
<style>
a { background-color: #FBA602; }
a { background-color: rgb(251,166,2); }
div.DivClassName
{
background-color: #FBA602;
}
.BgClassName
{
background-color: #FBA602;
}
</style>
border-color css
<style>
span { border-color: #FBA602; }
span { border-color: rgb(251,166,2); }
td.TdClassName
{
border-color: #FBA602;
}
.TagClassName
{
border-color: #FBA602;
}
</style>