Shades of Yellow #FDFC06
Tints of Yellow #FDFC06
RGB
CMYK
RGB Variations
Color information
#FDFC06 (or 0xFDFC06) is known color: Yellow. HEX triplet: FD, FC and 06. RGB value is (253,252,6). Sum of RGB (Red+Green+Blue) = 253+252+6=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 6 (2.73% from 255 or 1.17% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC06 is #0203F9. Grayscale: #E1E1E1. Windows color (decimal): -132090 or 457981. OLE color: 457981.
HSL color Cylindrical-coordinate representation of color #FDFC06: hue angle of 59.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDFC06 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 6 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.01 |
| HSL | 59.76º | 0.98% | 0.51% | - |
| HSV(B) | 59.76º | 0.98% | 0.99% | - |
| XYZ | 75.35 | 90.52 | 13.67 | - |
| YUV | 224.26 | 4.83 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 6 | 0 | 0.00 | 0.98 | 0.01 | 59.76 | 0.98 | 0.51 |
| Hex | FD | FC | 6 | 0 | 0 | 62 | 1 | 3C | 62 | 33 |
| Octal | 375 | 374 | 6 | 0 | 0 | 142 | 1 | 74 | 142 | 63 |
| Binary | 11111101 | 11111100 | 110 | 0 | 0 | 1100010 | 1 | 111100 | 1100010 | 110011 |
Color Harmonies of #FDFC06
Complementary color
Monochromatic Colors of #FDFC06
Black with #FDFC06
Text Example
Text Example
White with #FDFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC06; }
p { color: rgb(253,252,6); }
H1.HeaderClassName
{
color: #FDFC06;
}
.AnyTagClassName
{
color: #FDFC06;
}
</style>
background-color css
<style>
a { background-color: #FDFC06; }
a { background-color: rgb(253,252,6); }
div.DivClassName
{
background-color: #FDFC06;
}
.BgClassName
{
background-color: #FDFC06;
}
</style>
border-color css
<style>
span { border-color: #FDFC06; }
span { border-color: rgb(253,252,6); }
td.TdClassName
{
border-color: #FDFC06;
}
.TagClassName
{
border-color: #FDFC06;
}
</style>