Shades of Yellow #FCFB0D
Tints of Yellow #FCFB0D
RGB
CMYK
RGB Variations
Color information
#FCFB0D (or 0xFCFB0D) is known color: Yellow. HEX triplet: FC, FB and 0D. RGB value is (252,251,13). Sum of RGB (Red+Green+Blue) = 252+251+13=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 13 (5.47% from 255 or 2.52% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB0D is #0304F2. Grayscale: #E1E1E1. Windows color (decimal): -197875 or 916476. OLE color: 916476.
HSL color Cylindrical-coordinate representation of color #FCFB0D: hue angle of 59.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 #FCFB0D is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 13 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.01 |
| HSL | 59.75º | 0.98% | 0.52% | - |
| HSV(B) | 59.75º | 0.95% | 0.99% | - |
| XYZ | 74.71 | 89.72 | 13.76 | - |
| YUV | 224.17 | 8.83 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 13 | 0 | 0.00 | 0.95 | 0.01 | 59.75 | 0.98 | 0.52 |
| Hex | FC | FB | D | 0 | 0 | 5F | 1 | 3C | 62 | 34 |
| Octal | 374 | 373 | 15 | 0 | 0 | 137 | 1 | 74 | 142 | 64 |
| Binary | 11111100 | 11111011 | 1101 | 0 | 0 | 1011111 | 1 | 111100 | 1100010 | 110100 |
Color Harmonies of #FCFB0D
Complementary color
Monochromatic Colors of #FCFB0D
Black with #FCFB0D
Text Example
Text Example
White with #FCFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB0D; }
p { color: rgb(252,251,13); }
H1.HeaderClassName
{
color: #FCFB0D;
}
.AnyTagClassName
{
color: #FCFB0D;
}
</style>
background-color css
<style>
a { background-color: #FCFB0D; }
a { background-color: rgb(252,251,13); }
div.DivClassName
{
background-color: #FCFB0D;
}
.BgClassName
{
background-color: #FCFB0D;
}
</style>
border-color css
<style>
span { border-color: #FCFB0D; }
span { border-color: rgb(252,251,13); }
td.TdClassName
{
border-color: #FCFB0D;
}
.TagClassName
{
border-color: #FCFB0D;
}
</style>