Shades of Orange #FBA509
Tints of Orange #FBA509
RGB
CMYK
RGB Variations
Color information
#FBA509 (or 0xFBA509) is known color: Orange. HEX triplet: FB, A5 and 09. RGB value is (251,165,9). Sum of RGB (Red+Green+Blue) = 251+165+9=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA509 is #045AF6. Grayscale: #ADADAD. Windows color (decimal): -285431 or 632315. OLE color: 632315.
HSL color Cylindrical-coordinate representation of color #FBA509: hue angle of 38.68º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBA509 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.02 |
| HSL | 38.68º | 0.97% | 0.51% | - |
| HSV(B) | 38.68º | 0.96% | 0.98% | - |
| XYZ | 53.29 | 47.44 | 6.61 | - |
| YUV | 172.93 | 35.49 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 9 | 0 | 0.34 | 0.96 | 0.02 | 38.68 | 0.97 | 0.51 |
| Hex | FB | A5 | 9 | 0 | 22 | 60 | 2 | 27 | 61 | 33 |
| Octal | 373 | 245 | 11 | 0 | 42 | 140 | 2 | 47 | 141 | 63 |
| Binary | 11111011 | 10100101 | 1001 | 0 | 100010 | 1100000 | 10 | 100111 | 1100001 | 110011 |
Color Harmonies of #FBA509
Complementary color
Monochromatic Colors of #FBA509
Black with #FBA509
Text Example
Text Example
White with #FBA509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA509; }
p { color: rgb(251,165,9); }
H1.HeaderClassName
{
color: #FBA509;
}
.AnyTagClassName
{
color: #FBA509;
}
</style>
background-color css
<style>
a { background-color: #FBA509; }
a { background-color: rgb(251,165,9); }
div.DivClassName
{
background-color: #FBA509;
}
.BgClassName
{
background-color: #FBA509;
}
</style>
border-color css
<style>
span { border-color: #FBA509; }
span { border-color: rgb(251,165,9); }
td.TdClassName
{
border-color: #FBA509;
}
.TagClassName
{
border-color: #FBA509;
}
</style>