Shades of Selective Yellow #FCBA08
Tints of Selective Yellow #FCBA08
RGB
CMYK
RGB Variations
Color information
#FCBA08 (or 0xFCBA08) is known color: Selective Yellow. HEX triplet: FC, BA and 08. RGB value is (252,186,8). Sum of RGB (Red+Green+Blue) = 252+186+8=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA08 is #0345F7. Grayscale: #BABABA. Windows color (decimal): -214520 or 572156. OLE color: 572156.
HSL color Cylindrical-coordinate representation of color #FCBA08: hue angle of 43.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCBA08 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 8 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.01 |
| HSL | 43.77º | 0.98% | 0.51% | - |
| HSV(B) | 43.77º | 0.97% | 0.99% | - |
| XYZ | 57.75 | 55.83 | 7.96 | - |
| YUV | 185.44 | 27.87 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 8 | 0 | 0.26 | 0.97 | 0.01 | 43.77 | 0.98 | 0.51 |
| Hex | FC | BA | 8 | 0 | 1A | 61 | 1 | 2C | 62 | 33 |
| Octal | 374 | 272 | 10 | 0 | 32 | 141 | 1 | 54 | 142 | 63 |
| Binary | 11111100 | 10111010 | 1000 | 0 | 11010 | 1100001 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FCBA08
Complementary color
Monochromatic Colors of #FCBA08
Black with #FCBA08
Text Example
Text Example
White with #FCBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA08; }
p { color: rgb(252,186,8); }
H1.HeaderClassName
{
color: #FCBA08;
}
.AnyTagClassName
{
color: #FCBA08;
}
</style>
background-color css
<style>
a { background-color: #FCBA08; }
a { background-color: rgb(252,186,8); }
div.DivClassName
{
background-color: #FCBA08;
}
.BgClassName
{
background-color: #FCBA08;
}
</style>
border-color css
<style>
span { border-color: #FCBA08; }
span { border-color: rgb(252,186,8); }
td.TdClassName
{
border-color: #FCBA08;
}
.TagClassName
{
border-color: #FCBA08;
}
</style>