Shades of Orange #FBA400
Tints of Orange #FBA400
RGB
CMYK
RGB Variations
Color information
#FBA400 (or 0xFBA400) is known color: Orange. HEX triplet: FB, A4 and 00. RGB value is (251,164,0). Sum of RGB (Red+Green+Blue) = 251+164+0=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA400 is #045BFF. Grayscale: #ACACAC. Windows color (decimal): -285696 or 42235. OLE color: 42235.
HSL color Cylindrical-coordinate representation of color #FBA400: hue angle of 39.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBA400 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.02 |
| HSL | 39.2º | 1% | 0.49% | - |
| HSV(B) | 39.2º | 1% | 0.98% | - |
| XYZ | 53.06 | 47.06 | 6.29 | - |
| YUV | 171.32 | 31.32 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 0 | 0 | 0.35 | 1 | 0.02 | 39.2 | 1 | 0.49 |
| Hex | FB | A4 | 0 | 0 | 23 | 64 | 2 | 27 | 64 | 31 |
| Octal | 373 | 244 | 0 | 0 | 43 | 144 | 2 | 47 | 144 | 61 |
| Binary | 11111011 | 10100100 | 0 | 0 | 100011 | 1100100 | 10 | 100111 | 1100100 | 110001 |
Color Harmonies of #FBA400
Complementary color
Monochromatic Colors of #FBA400
Black with #FBA400
Text Example
Text Example
White with #FBA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA400; }
p { color: rgb(251,164,0); }
H1.HeaderClassName
{
color: #FBA400;
}
.AnyTagClassName
{
color: #FBA400;
}
</style>
background-color css
<style>
a { background-color: #FBA400; }
a { background-color: rgb(251,164,0); }
div.DivClassName
{
background-color: #FBA400;
}
.BgClassName
{
background-color: #FBA400;
}
</style>
border-color css
<style>
span { border-color: #FBA400; }
span { border-color: rgb(251,164,0); }
td.TdClassName
{
border-color: #FBA400;
}
.TagClassName
{
border-color: #FBA400;
}
</style>