Shades of Selective Yellow #FCBC07
Tints of Selective Yellow #FCBC07
RGB
CMYK
RGB Variations
Color information
#FCBC07 (or 0xFCBC07) is known color: Selective Yellow. HEX triplet: FC, BC and 07. RGB value is (252,188,7). Sum of RGB (Red+Green+Blue) = 252+188+7=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC07 is #0343F8. Grayscale: #BBBBBB. Windows color (decimal): -214009 or 507132. OLE color: 507132.
HSL color Cylindrical-coordinate representation of color #FCBC07: hue angle of 44.33º 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 #FCBC07 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.01 |
| HSL | 44.33º | 0.98% | 0.51% | - |
| HSV(B) | 44.33º | 0.97% | 0.99% | - |
| XYZ | 58.17 | 56.68 | 8.08 | - |
| YUV | 186.5 | 26.7 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 7 | 0 | 0.25 | 0.97 | 0.01 | 44.33 | 0.98 | 0.51 |
| Hex | FC | BC | 7 | 0 | 19 | 61 | 1 | 2C | 62 | 33 |
| Octal | 374 | 274 | 7 | 0 | 31 | 141 | 1 | 54 | 142 | 63 |
| Binary | 11111100 | 10111100 | 111 | 0 | 11001 | 1100001 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FCBC07
Complementary color
Monochromatic Colors of #FCBC07
Black with #FCBC07
Text Example
Text Example
White with #FCBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC07; }
p { color: rgb(252,188,7); }
H1.HeaderClassName
{
color: #FCBC07;
}
.AnyTagClassName
{
color: #FCBC07;
}
</style>
background-color css
<style>
a { background-color: #FCBC07; }
a { background-color: rgb(252,188,7); }
div.DivClassName
{
background-color: #FCBC07;
}
.BgClassName
{
background-color: #FCBC07;
}
</style>
border-color css
<style>
span { border-color: #FCBC07; }
span { border-color: rgb(252,188,7); }
td.TdClassName
{
border-color: #FCBC07;
}
.TagClassName
{
border-color: #FCBC07;
}
</style>