Shades of Yellow #FDF90C
Tints of Yellow #FDF90C
RGB
CMYK
RGB Variations
Color information
#FDF90C (or 0xFDF90C) is known color: Yellow. HEX triplet: FD, F9 and 0C. RGB value is (253,249,12). Sum of RGB (Red+Green+Blue) = 253+249+12=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 12 (5.08% from 255 or 2.33% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF90C is #0206F3. Grayscale: #E0E0E0. Windows color (decimal): -132852 or 850429. OLE color: 850429.
HSL color Cylindrical-coordinate representation of color #FDF90C: hue angle of 59º 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 #FDF90C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.01 |
| HSL | 59º | 0.98% | 0.52% | - |
| HSV(B) | 59º | 0.95% | 0.99% | - |
| XYZ | 74.45 | 88.66 | 13.54 | - |
| YUV | 223.18 | 8.83 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 12 | 0 | 0.02 | 0.95 | 0.01 | 59 | 0.98 | 0.52 |
| Hex | FD | F9 | C | 0 | 2 | 5F | 1 | 3B | 62 | 34 |
| Octal | 375 | 371 | 14 | 0 | 2 | 137 | 1 | 73 | 142 | 64 |
| Binary | 11111101 | 11111001 | 1100 | 0 | 10 | 1011111 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FDF90C
Complementary color
Monochromatic Colors of #FDF90C
Black with #FDF90C
Text Example
Text Example
White with #FDF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF90C; }
p { color: rgb(253,249,12); }
H1.HeaderClassName
{
color: #FDF90C;
}
.AnyTagClassName
{
color: #FDF90C;
}
</style>
background-color css
<style>
a { background-color: #FDF90C; }
a { background-color: rgb(253,249,12); }
div.DivClassName
{
background-color: #FDF90C;
}
.BgClassName
{
background-color: #FDF90C;
}
</style>
border-color css
<style>
span { border-color: #FDF90C; }
span { border-color: rgb(253,249,12); }
td.TdClassName
{
border-color: #FDF90C;
}
.TagClassName
{
border-color: #FDF90C;
}
</style>