Shades of Selective Yellow #FCB306
Tints of Selective Yellow #FCB306
RGB
CMYK
RGB Variations
Color information
#FCB306 (or 0xFCB306) is known color: Selective Yellow. HEX triplet: FC, B3 and 06. RGB value is (252,179,6). Sum of RGB (Red+Green+Blue) = 252+179+6=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB306 is #034CF9. Grayscale: #B5B5B5. Windows color (decimal): -216314 or 439292. OLE color: 439292.
HSL color Cylindrical-coordinate representation of color #FCB306: hue angle of 42.2º 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 #FCB306 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 6 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.01 |
| HSL | 42.2º | 0.98% | 0.51% | - |
| HSV(B) | 42.2º | 0.98% | 0.99% | - |
| XYZ | 56.3 | 52.95 | 7.43 | - |
| YUV | 181.11 | 29.18 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 6 | 0 | 0.29 | 0.98 | 0.01 | 42.2 | 0.98 | 0.51 |
| Hex | FC | B3 | 6 | 0 | 1D | 62 | 1 | 2A | 62 | 33 |
| Octal | 374 | 263 | 6 | 0 | 35 | 142 | 1 | 52 | 142 | 63 |
| Binary | 11111100 | 10110011 | 110 | 0 | 11101 | 1100010 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FCB306
Complementary color
Monochromatic Colors of #FCB306
Black with #FCB306
Text Example
Text Example
White with #FCB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB306; }
p { color: rgb(252,179,6); }
H1.HeaderClassName
{
color: #FCB306;
}
.AnyTagClassName
{
color: #FCB306;
}
</style>
background-color css
<style>
a { background-color: #FCB306; }
a { background-color: rgb(252,179,6); }
div.DivClassName
{
background-color: #FCB306;
}
.BgClassName
{
background-color: #FCB306;
}
</style>
border-color css
<style>
span { border-color: #FCB306; }
span { border-color: rgb(252,179,6); }
td.TdClassName
{
border-color: #FCB306;
}
.TagClassName
{
border-color: #FCB306;
}
</style>