Shades of Selective Yellow #FCB80C
Tints of Selective Yellow #FCB80C
RGB
CMYK
RGB Variations
Color information
#FCB80C (or 0xFCB80C) is known color: Selective Yellow. HEX triplet: FC, B8 and 0C. RGB value is (252,184,12). Sum of RGB (Red+Green+Blue) = 252+184+12=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB80C is #0347F3. Grayscale: #B9B9B9. Windows color (decimal): -215028 or 833788. OLE color: 833788.
HSL color Cylindrical-coordinate representation of color #FCB80C: hue angle of 43º 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 #FCB80C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.01 |
| HSL | 43º | 0.98% | 0.52% | - |
| HSV(B) | 43º | 0.95% | 0.99% | - |
| XYZ | 57.35 | 55 | 7.94 | - |
| YUV | 184.72 | 30.53 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 12 | 0 | 0.27 | 0.95 | 0.01 | 43 | 0.98 | 0.52 |
| Hex | FC | B8 | C | 0 | 1B | 5F | 1 | 2B | 62 | 34 |
| Octal | 374 | 270 | 14 | 0 | 33 | 137 | 1 | 53 | 142 | 64 |
| Binary | 11111100 | 10111000 | 1100 | 0 | 11011 | 1011111 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FCB80C
Complementary color
Monochromatic Colors of #FCB80C
Black with #FCB80C
Text Example
Text Example
White with #FCB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB80C; }
p { color: rgb(252,184,12); }
H1.HeaderClassName
{
color: #FCB80C;
}
.AnyTagClassName
{
color: #FCB80C;
}
</style>
background-color css
<style>
a { background-color: #FCB80C; }
a { background-color: rgb(252,184,12); }
div.DivClassName
{
background-color: #FCB80C;
}
.BgClassName
{
background-color: #FCB80C;
}
</style>
border-color css
<style>
span { border-color: #FCB80C; }
span { border-color: rgb(252,184,12); }
td.TdClassName
{
border-color: #FCB80C;
}
.TagClassName
{
border-color: #FCB80C;
}
</style>