Shades of Selective Yellow #FCBA09
Tints of Selective Yellow #FCBA09
RGB
CMYK
RGB Variations
Color information
#FCBA09 (or 0xFCBA09) is known color: Selective Yellow. HEX triplet: FC, BA and 09. RGB value is (252,186,9). Sum of RGB (Red+Green+Blue) = 252+186+9=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA09 is #0345F6. Grayscale: #BABABA. Windows color (decimal): -214519 or 637692. OLE color: 637692.
HSL color Cylindrical-coordinate representation of color #FCBA09: hue angle of 43.7º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCBA09 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.01 |
| HSL | 43.7º | 0.98% | 0.51% | - |
| HSV(B) | 43.7º | 0.96% | 0.99% | - |
| XYZ | 57.75 | 55.83 | 7.99 | - |
| YUV | 185.56 | 28.37 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 9 | 0 | 0.26 | 0.96 | 0.01 | 43.7 | 0.98 | 0.51 |
| Hex | FC | BA | 9 | 0 | 1A | 60 | 1 | 2C | 62 | 33 |
| Octal | 374 | 272 | 11 | 0 | 32 | 140 | 1 | 54 | 142 | 63 |
| Binary | 11111100 | 10111010 | 1001 | 0 | 11010 | 1100000 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FCBA09
Complementary color
Monochromatic Colors of #FCBA09
Black with #FCBA09
Text Example
Text Example
White with #FCBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA09; }
p { color: rgb(252,186,9); }
H1.HeaderClassName
{
color: #FCBA09;
}
.AnyTagClassName
{
color: #FCBA09;
}
</style>
background-color css
<style>
a { background-color: #FCBA09; }
a { background-color: rgb(252,186,9); }
div.DivClassName
{
background-color: #FCBA09;
}
.BgClassName
{
background-color: #FCBA09;
}
</style>
border-color css
<style>
span { border-color: #FCBA09; }
span { border-color: rgb(252,186,9); }
td.TdClassName
{
border-color: #FCBA09;
}
.TagClassName
{
border-color: #FCBA09;
}
</style>