Shades of Yellow Orange #FFBA44
Tints of Yellow Orange #FFBA44
RGB
CMYK
RGB Variations
Color information
#FFBA44 (or 0xFFBA44) is known color: Yellow Orange. HEX triplet: FF, BA and 44. RGB value is (255,186,68). Sum of RGB (Red+Green+Blue) = 255+186+68=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA44 is #0045BB. Grayscale: #C1C1C1. Windows color (decimal): -17852 or 4504319. OLE color: 4504319.
HSL color Cylindrical-coordinate representation of color #FFBA44: hue angle of 37.86º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBA44 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 68 | - |
| CMYK | 0 | 0.27 | 0.73 | 0 |
| HSL | 37.86º | 1% | 0.63% | - |
| HSV(B) | 37.86º | 0.73% | 1% | - |
| XYZ | 59.84 | 56.8 | 13.28 | - |
| YUV | 193.18 | 57.36 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 68 | 0 | 0.27 | 0.73 | 0 | 37.86 | 1 | 0.63 |
| Hex | FF | BA | 44 | 0 | 1B | 49 | 0 | 26 | 64 | 3F |
| Octal | 377 | 272 | 104 | 0 | 33 | 111 | 0 | 46 | 144 | 77 |
| Binary | 11111111 | 10111010 | 1000100 | 0 | 11011 | 1001001 | 0 | 100110 | 1100100 | 111111 |
Color Harmonies of #FFBA44
Complementary color
Monochromatic Colors of #FFBA44
Black with #FFBA44
Text Example
Text Example
White with #FFBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA44; }
p { color: rgb(255,186,68); }
H1.HeaderClassName
{
color: #FFBA44;
}
.AnyTagClassName
{
color: #FFBA44;
}
</style>
background-color css
<style>
a { background-color: #FFBA44; }
a { background-color: rgb(255,186,68); }
div.DivClassName
{
background-color: #FFBA44;
}
.BgClassName
{
background-color: #FFBA44;
}
</style>
border-color css
<style>
span { border-color: #FFBA44; }
span { border-color: rgb(255,186,68); }
td.TdClassName
{
border-color: #FFBA44;
}
.TagClassName
{
border-color: #FFBA44;
}
</style>