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