Shades of Selective Yellow #FCBB0C
Tints of Selective Yellow #FCBB0C
RGB
CMYK
RGB Variations
Color information
#FCBB0C (or 0xFCBB0C) is known color: Selective Yellow. HEX triplet: FC, BB and 0C. RGB value is (252,187,12). Sum of RGB (Red+Green+Blue) = 252+187+12=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB0C is #0344F3. Grayscale: #BBBBBB. Windows color (decimal): -214260 or 834556. OLE color: 834556.
HSL color Cylindrical-coordinate representation of color #FCBB0C: hue angle of 43.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCBB0C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.01 |
| HSL | 43.75º | 0.98% | 0.52% | - |
| HSV(B) | 43.75º | 0.95% | 0.99% | - |
| XYZ | 57.98 | 56.26 | 8.15 | - |
| YUV | 186.49 | 29.53 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 12 | 0 | 0.26 | 0.95 | 0.01 | 43.75 | 0.98 | 0.52 |
| Hex | FC | BB | C | 0 | 1A | 5F | 1 | 2C | 62 | 34 |
| Octal | 374 | 273 | 14 | 0 | 32 | 137 | 1 | 54 | 142 | 64 |
| Binary | 11111100 | 10111011 | 1100 | 0 | 11010 | 1011111 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FCBB0C
Complementary color
Monochromatic Colors of #FCBB0C
Black with #FCBB0C
Text Example
Text Example
White with #FCBB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB0C; }
p { color: rgb(252,187,12); }
H1.HeaderClassName
{
color: #FCBB0C;
}
.AnyTagClassName
{
color: #FCBB0C;
}
</style>
background-color css
<style>
a { background-color: #FCBB0C; }
a { background-color: rgb(252,187,12); }
div.DivClassName
{
background-color: #FCBB0C;
}
.BgClassName
{
background-color: #FCBB0C;
}
</style>
border-color css
<style>
span { border-color: #FCBB0C; }
span { border-color: rgb(252,187,12); }
td.TdClassName
{
border-color: #FCBB0C;
}
.TagClassName
{
border-color: #FCBB0C;
}
</style>