Shades of Selective Yellow #FCB006
Tints of Selective Yellow #FCB006
RGB
CMYK
RGB Variations
Color information
#FCB006 (or 0xFCB006) is known color: Selective Yellow. HEX triplet: FC, B0 and 06. RGB value is (252,176,6). Sum of RGB (Red+Green+Blue) = 252+176+6=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB006 is #034FF9. Grayscale: #B4B4B4. Windows color (decimal): -217082 or 438524. OLE color: 438524.
HSL color Cylindrical-coordinate representation of color #FCB006: hue angle of 41.46º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCB006 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 6 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.01 |
| HSL | 41.46º | 0.98% | 0.51% | - |
| HSV(B) | 41.46º | 0.98% | 0.99% | - |
| XYZ | 55.7 | 51.76 | 7.23 | - |
| YUV | 179.34 | 30.18 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 6 | 0 | 0.30 | 0.98 | 0.01 | 41.46 | 0.98 | 0.51 |
| Hex | FC | B0 | 6 | 0 | 1E | 62 | 1 | 29 | 62 | 33 |
| Octal | 374 | 260 | 6 | 0 | 36 | 142 | 1 | 51 | 142 | 63 |
| Binary | 11111100 | 10110000 | 110 | 0 | 11110 | 1100010 | 1 | 101001 | 1100010 | 110011 |
Color Harmonies of #FCB006
Complementary color
Monochromatic Colors of #FCB006
Black with #FCB006
Text Example
Text Example
White with #FCB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB006; }
p { color: rgb(252,176,6); }
H1.HeaderClassName
{
color: #FCB006;
}
.AnyTagClassName
{
color: #FCB006;
}
</style>
background-color css
<style>
a { background-color: #FCB006; }
a { background-color: rgb(252,176,6); }
div.DivClassName
{
background-color: #FCB006;
}
.BgClassName
{
background-color: #FCB006;
}
</style>
border-color css
<style>
span { border-color: #FCB006; }
span { border-color: rgb(252,176,6); }
td.TdClassName
{
border-color: #FCB006;
}
.TagClassName
{
border-color: #FCB006;
}
</style>