Shades of Orange #FBA502
Tints of Orange #FBA502
RGB
CMYK
RGB Variations
Color information
#FBA502 (or 0xFBA502) is known color: Orange. HEX triplet: FB, A5 and 02. RGB value is (251,165,2). Sum of RGB (Red+Green+Blue) = 251+165+2=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA502 is #045AFD. Grayscale: #ACACAC. Windows color (decimal): -285438 or 173563. OLE color: 173563.
HSL color Cylindrical-coordinate representation of color #FBA502: hue angle of 39.28º 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 #FBA502 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.02 |
| HSL | 39.28º | 0.98% | 0.5% | - |
| HSV(B) | 39.28º | 0.99% | 0.98% | - |
| XYZ | 53.25 | 47.42 | 6.4 | - |
| YUV | 172.13 | 31.99 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 2 | 0 | 0.34 | 0.99 | 0.02 | 39.28 | 0.98 | 0.5 |
| Hex | FB | A5 | 2 | 0 | 22 | 63 | 2 | 27 | 62 | 32 |
| Octal | 373 | 245 | 2 | 0 | 42 | 143 | 2 | 47 | 142 | 62 |
| Binary | 11111011 | 10100101 | 10 | 0 | 100010 | 1100011 | 10 | 100111 | 1100010 | 110010 |
Color Harmonies of #FBA502
Complementary color
Monochromatic Colors of #FBA502
Black with #FBA502
Text Example
Text Example
White with #FBA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA502; }
p { color: rgb(251,165,2); }
H1.HeaderClassName
{
color: #FBA502;
}
.AnyTagClassName
{
color: #FBA502;
}
</style>
background-color css
<style>
a { background-color: #FBA502; }
a { background-color: rgb(251,165,2); }
div.DivClassName
{
background-color: #FBA502;
}
.BgClassName
{
background-color: #FBA502;
}
</style>
border-color css
<style>
span { border-color: #FBA502; }
span { border-color: rgb(251,165,2); }
td.TdClassName
{
border-color: #FBA502;
}
.TagClassName
{
border-color: #FBA502;
}
</style>