Shades of Selective Yellow #FCB900
Tints of Selective Yellow #FCB900
RGB
CMYK
RGB Variations
Color information
#FCB900 (or 0xFCB900) is known color: Selective Yellow. HEX triplet: FC, B9 and 00. RGB value is (252,185,0). Sum of RGB (Red+Green+Blue) = 252+185+0=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB900 is #0346FF. Grayscale: #B8B8B8. Windows color (decimal): -214784 or 47612. OLE color: 47612.
HSL color Cylindrical-coordinate representation of color #FCB900: hue angle of 44.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCB900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.01 |
| HSL | 44.05º | 1% | 0.49% | - |
| HSV(B) | 44.05º | 1% | 0.99% | - |
| XYZ | 57.49 | 55.39 | 7.66 | - |
| YUV | 183.94 | 24.2 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 0 | 0 | 0.27 | 1 | 0.01 | 44.05 | 1 | 0.49 |
| Hex | FC | B9 | 0 | 0 | 1B | 64 | 1 | 2C | 64 | 31 |
| Octal | 374 | 271 | 0 | 0 | 33 | 144 | 1 | 54 | 144 | 61 |
| Binary | 11111100 | 10111001 | 0 | 0 | 11011 | 1100100 | 1 | 101100 | 1100100 | 110001 |
Color Harmonies of #FCB900
Complementary color
Monochromatic Colors of #FCB900
Black with #FCB900
Text Example
Text Example
White with #FCB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB900; }
p { color: rgb(252,185,0); }
H1.HeaderClassName
{
color: #FCB900;
}
.AnyTagClassName
{
color: #FCB900;
}
</style>
background-color css
<style>
a { background-color: #FCB900; }
a { background-color: rgb(252,185,0); }
div.DivClassName
{
background-color: #FCB900;
}
.BgClassName
{
background-color: #FCB900;
}
</style>
border-color css
<style>
span { border-color: #FCB900; }
span { border-color: rgb(252,185,0); }
td.TdClassName
{
border-color: #FCB900;
}
.TagClassName
{
border-color: #FCB900;
}
</style>