Shades of Selective Yellow #FCB40C
Tints of Selective Yellow #FCB40C
RGB
CMYK
RGB Variations
Color information
#FCB40C (or 0xFCB40C) is known color: Selective Yellow. HEX triplet: FC, B4 and 0C. RGB value is (252,180,12). Sum of RGB (Red+Green+Blue) = 252+180+12=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB40C is #034BF3. Grayscale: #B7B7B7. Windows color (decimal): -216052 or 832764. OLE color: 832764.
HSL color Cylindrical-coordinate representation of color #FCB40C: hue angle of 42º 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 #FCB40C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.01 |
| HSL | 42º | 0.98% | 0.52% | - |
| HSV(B) | 42º | 0.95% | 0.99% | - |
| XYZ | 56.53 | 53.36 | 7.67 | - |
| YUV | 182.38 | 31.85 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 12 | 0 | 0.29 | 0.95 | 0.01 | 42 | 0.98 | 0.52 |
| Hex | FC | B4 | C | 0 | 1D | 5F | 1 | 2A | 62 | 34 |
| Octal | 374 | 264 | 14 | 0 | 35 | 137 | 1 | 52 | 142 | 64 |
| Binary | 11111100 | 10110100 | 1100 | 0 | 11101 | 1011111 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FCB40C
Complementary color
Monochromatic Colors of #FCB40C
Black with #FCB40C
Text Example
Text Example
White with #FCB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB40C; }
p { color: rgb(252,180,12); }
H1.HeaderClassName
{
color: #FCB40C;
}
.AnyTagClassName
{
color: #FCB40C;
}
</style>
background-color css
<style>
a { background-color: #FCB40C; }
a { background-color: rgb(252,180,12); }
div.DivClassName
{
background-color: #FCB40C;
}
.BgClassName
{
background-color: #FCB40C;
}
</style>
border-color css
<style>
span { border-color: #FCB40C; }
span { border-color: rgb(252,180,12); }
td.TdClassName
{
border-color: #FCB40C;
}
.TagClassName
{
border-color: #FCB40C;
}
</style>