Shades of Selective Yellow #FCBC11
Tints of Selective Yellow #FCBC11
RGB
CMYK
RGB Variations
Color information
#FCBC11 (or 0xFCBC11) is known color: Selective Yellow. HEX triplet: FC, BC and 11. RGB value is (252,188,17). Sum of RGB (Red+Green+Blue) = 252+188+17=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC11 is #0343EE. Grayscale: #BCBCBC. Windows color (decimal): -213999 or 1162492. OLE color: 1162492.
HSL color Cylindrical-coordinate representation of color #FCBC11: hue angle of 43.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCBC11 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 17 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.01 |
| HSL | 43.66º | 0.98% | 0.53% | - |
| HSV(B) | 43.66º | 0.93% | 0.99% | - |
| XYZ | 58.23 | 56.7 | 8.41 | - |
| YUV | 187.64 | 31.7 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 17 | 0 | 0.25 | 0.93 | 0.01 | 43.66 | 0.98 | 0.53 |
| Hex | FC | BC | 11 | 0 | 19 | 5D | 1 | 2C | 62 | 35 |
| Octal | 374 | 274 | 21 | 0 | 31 | 135 | 1 | 54 | 142 | 65 |
| Binary | 11111100 | 10111100 | 10001 | 0 | 11001 | 1011101 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FCBC11
Complementary color
Monochromatic Colors of #FCBC11
Black with #FCBC11
Text Example
Text Example
White with #FCBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC11; }
p { color: rgb(252,188,17); }
H1.HeaderClassName
{
color: #FCBC11;
}
.AnyTagClassName
{
color: #FCBC11;
}
</style>
background-color css
<style>
a { background-color: #FCBC11; }
a { background-color: rgb(252,188,17); }
div.DivClassName
{
background-color: #FCBC11;
}
.BgClassName
{
background-color: #FCBC11;
}
</style>
border-color css
<style>
span { border-color: #FCBC11; }
span { border-color: rgb(252,188,17); }
td.TdClassName
{
border-color: #FCBC11;
}
.TagClassName
{
border-color: #FCBC11;
}
</style>