Shades of Selective Yellow #FCB202
Tints of Selective Yellow #FCB202
RGB
CMYK
RGB Variations
Color information
#FCB202 (or 0xFCB202) is known color: Selective Yellow. HEX triplet: FC, B2 and 02. RGB value is (252,178,2). Sum of RGB (Red+Green+Blue) = 252+178+2=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB202 is #034DFD. Grayscale: #B4B4B4. Windows color (decimal): -216574 or 176892. OLE color: 176892.
HSL color Cylindrical-coordinate representation of color #FCB202: hue angle of 42.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCB202 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.01 |
| HSL | 42.24º | 0.98% | 0.5% | - |
| HSV(B) | 42.24º | 0.99% | 0.99% | - |
| XYZ | 56.08 | 52.54 | 7.24 | - |
| YUV | 180.06 | 27.52 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 2 | 0 | 0.29 | 0.99 | 0.01 | 42.24 | 0.98 | 0.5 |
| Hex | FC | B2 | 2 | 0 | 1D | 63 | 1 | 2A | 62 | 32 |
| Octal | 374 | 262 | 2 | 0 | 35 | 143 | 1 | 52 | 142 | 62 |
| Binary | 11111100 | 10110010 | 10 | 0 | 11101 | 1100011 | 1 | 101010 | 1100010 | 110010 |
Color Harmonies of #FCB202
Complementary color
Monochromatic Colors of #FCB202
Black with #FCB202
Text Example
Text Example
White with #FCB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB202; }
p { color: rgb(252,178,2); }
H1.HeaderClassName
{
color: #FCB202;
}
.AnyTagClassName
{
color: #FCB202;
}
</style>
background-color css
<style>
a { background-color: #FCB202; }
a { background-color: rgb(252,178,2); }
div.DivClassName
{
background-color: #FCB202;
}
.BgClassName
{
background-color: #FCB202;
}
</style>
border-color css
<style>
span { border-color: #FCB202; }
span { border-color: rgb(252,178,2); }
td.TdClassName
{
border-color: #FCB202;
}
.TagClassName
{
border-color: #FCB202;
}
</style>