Shades of Selective Yellow #FFBA08
Tints of Selective Yellow #FFBA08
RGB
CMYK
RGB Variations
Color information
#FFBA08 (or 0xFFBA08) is known color: Selective Yellow. HEX triplet: FF, BA and 08. RGB value is (255,186,8). Sum of RGB (Red+Green+Blue) = 255+186+8=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA08 is #0045F7. Grayscale: #BBBBBB. Windows color (decimal): -17912 or 572159. OLE color: 572159.
HSL color Cylindrical-coordinate representation of color #FFBA08: hue angle of 43.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFBA08 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0 |
| HSL | 43.24º | 1% | 0.52% | - |
| HSV(B) | 43.24º | 0.97% | 1% | - |
| XYZ | 58.84 | 56.4 | 8.01 | - |
| YUV | 186.34 | 27.36 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 8 | 0 | 0.27 | 0.97 | 0 | 43.24 | 1 | 0.52 |
| Hex | FF | BA | 8 | 0 | 1B | 61 | 0 | 2B | 64 | 34 |
| Octal | 377 | 272 | 10 | 0 | 33 | 141 | 0 | 53 | 144 | 64 |
| Binary | 11111111 | 10111010 | 1000 | 0 | 11011 | 1100001 | 0 | 101011 | 1100100 | 110100 |
Color Harmonies of #FFBA08
Complementary color
Monochromatic Colors of #FFBA08
Black with #FFBA08
Text Example
Text Example
White with #FFBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA08; }
p { color: rgb(255,186,8); }
H1.HeaderClassName
{
color: #FFBA08;
}
.AnyTagClassName
{
color: #FFBA08;
}
</style>
background-color css
<style>
a { background-color: #FFBA08; }
a { background-color: rgb(255,186,8); }
div.DivClassName
{
background-color: #FFBA08;
}
.BgClassName
{
background-color: #FFBA08;
}
</style>
border-color css
<style>
span { border-color: #FFBA08; }
span { border-color: rgb(255,186,8); }
td.TdClassName
{
border-color: #FFBA08;
}
.TagClassName
{
border-color: #FFBA08;
}
</style>