Shades of Yellow Orange #FBA940
Tints of Yellow Orange #FBA940
RGB
CMYK
RGB Variations
Color information
#FBA940 (or 0xFBA940) is known color: Yellow Orange. HEX triplet: FB, A9 and 40. RGB value is (251,169,64). Sum of RGB (Red+Green+Blue) = 251+169+64=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA940 is #0456BF. Grayscale: #B6B6B6. Windows color (decimal): -284352 or 4237819. OLE color: 4237819.
HSL color Cylindrical-coordinate representation of color #FBA940: hue angle of 33.69º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBA940 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 64 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.02 |
| HSL | 33.69º | 0.96% | 0.62% | - |
| HSV(B) | 33.69º | 0.75% | 0.98% | - |
| XYZ | 54.9 | 49.26 | 11.46 | - |
| YUV | 181.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 64 | 0 | 0.33 | 0.75 | 0.02 | 33.69 | 0.96 | 0.62 |
| Hex | FB | A9 | 40 | 0 | 21 | 4B | 2 | 22 | 60 | 3E |
| Octal | 373 | 251 | 100 | 0 | 41 | 113 | 2 | 42 | 140 | 76 |
| Binary | 11111011 | 10101001 | 1000000 | 0 | 100001 | 1001011 | 10 | 100010 | 1100000 | 111110 |
Color Harmonies of #FBA940
Complementary color
Monochromatic Colors of #FBA940
Black with #FBA940
Text Example
Text Example
White with #FBA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA940; }
p { color: rgb(251,169,64); }
H1.HeaderClassName
{
color: #FBA940;
}
.AnyTagClassName
{
color: #FBA940;
}
</style>
background-color css
<style>
a { background-color: #FBA940; }
a { background-color: rgb(251,169,64); }
div.DivClassName
{
background-color: #FBA940;
}
.BgClassName
{
background-color: #FBA940;
}
</style>
border-color css
<style>
span { border-color: #FBA940; }
span { border-color: rgb(251,169,64); }
td.TdClassName
{
border-color: #FBA940;
}
.TagClassName
{
border-color: #FBA940;
}
</style>