Shades of Yellow #FFFD0C
Tints of Yellow #FFFD0C
RGB
CMYK
RGB Variations
Color information
#FFFD0C (or 0xFFFD0C) is known color: Yellow. HEX triplet: FF, FD and 0C. RGB value is (255,253,12). Sum of RGB (Red+Green+Blue) = 255+253+12=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 12 (5.08% from 255 or 2.31% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD0C is #0002F3. Grayscale: #E3E3E3. Windows color (decimal): -756 or 851455. OLE color: 851455.
HSL color Cylindrical-coordinate representation of color #FFFD0C: hue angle of 59.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFFD0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0 |
| HSL | 59.51º | 1% | 0.52% | - |
| HSV(B) | 59.51º | 0.95% | 1% | - |
| XYZ | 76.43 | 91.54 | 13.99 | - |
| YUV | 226.12 | 7.16 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 12 | 0 | 0.01 | 0.95 | 0 | 59.51 | 1 | 0.52 |
| Hex | FF | FD | C | 0 | 1 | 5F | 0 | 3C | 64 | 34 |
| Octal | 377 | 375 | 14 | 0 | 1 | 137 | 0 | 74 | 144 | 64 |
| Binary | 11111111 | 11111101 | 1100 | 0 | 1 | 1011111 | 0 | 111100 | 1100100 | 110100 |
Color Harmonies of #FFFD0C
Complementary color
Monochromatic Colors of #FFFD0C
Black with #FFFD0C
Text Example
Text Example
White with #FFFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD0C; }
p { color: rgb(255,253,12); }
H1.HeaderClassName
{
color: #FFFD0C;
}
.AnyTagClassName
{
color: #FFFD0C;
}
</style>
background-color css
<style>
a { background-color: #FFFD0C; }
a { background-color: rgb(255,253,12); }
div.DivClassName
{
background-color: #FFFD0C;
}
.BgClassName
{
background-color: #FFFD0C;
}
</style>
border-color css
<style>
span { border-color: #FFFD0C; }
span { border-color: rgb(255,253,12); }
td.TdClassName
{
border-color: #FFFD0C;
}
.TagClassName
{
border-color: #FFFD0C;
}
</style>