Shades of Selective Yellow #FFBA07
Tints of Selective Yellow #FFBA07
RGB
CMYK
RGB Variations
Color information
#FFBA07 (or 0xFFBA07) is known color: Selective Yellow. HEX triplet: FF, BA and 07. RGB value is (255,186,7). Sum of RGB (Red+Green+Blue) = 255+186+7=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA07 is #0045F8. Grayscale: #BBBBBB. Windows color (decimal): -17913 or 506623. OLE color: 506623.
HSL color Cylindrical-coordinate representation of color #FFBA07: hue angle of 43.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFBA07 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0 |
| HSL | 43.31º | 1% | 0.51% | - |
| HSV(B) | 43.31º | 0.97% | 1% | - |
| XYZ | 58.84 | 56.39 | 7.98 | - |
| YUV | 186.23 | 26.86 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 7 | 0 | 0.27 | 0.97 | 0 | 43.31 | 1 | 0.51 |
| Hex | FF | BA | 7 | 0 | 1B | 61 | 0 | 2B | 64 | 33 |
| Octal | 377 | 272 | 7 | 0 | 33 | 141 | 0 | 53 | 144 | 63 |
| Binary | 11111111 | 10111010 | 111 | 0 | 11011 | 1100001 | 0 | 101011 | 1100100 | 110011 |
Color Harmonies of #FFBA07
Complementary color
Monochromatic Colors of #FFBA07
Black with #FFBA07
Text Example
Text Example
White with #FFBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA07; }
p { color: rgb(255,186,7); }
H1.HeaderClassName
{
color: #FFBA07;
}
.AnyTagClassName
{
color: #FFBA07;
}
</style>
background-color css
<style>
a { background-color: #FFBA07; }
a { background-color: rgb(255,186,7); }
div.DivClassName
{
background-color: #FFBA07;
}
.BgClassName
{
background-color: #FFBA07;
}
</style>
border-color css
<style>
span { border-color: #FFBA07; }
span { border-color: rgb(255,186,7); }
td.TdClassName
{
border-color: #FFBA07;
}
.TagClassName
{
border-color: #FFBA07;
}
</style>