Shades of Yellow #FDF90B
Tints of Yellow #FDF90B
RGB
CMYK
RGB Variations
Color information
#FDF90B (or 0xFDF90B) is known color: Yellow. HEX triplet: FD, F9 and 0B. RGB value is (253,249,11). Sum of RGB (Red+Green+Blue) = 253+249+11=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 11 (4.69% from 255 or 2.14% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF90B is #0206F4. Grayscale: #E0E0E0. Windows color (decimal): -132853 or 784893. OLE color: 784893.
HSL color Cylindrical-coordinate representation of color #FDF90B: hue angle of 59.01º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDF90B is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 11 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.01 |
| HSL | 59.01º | 0.98% | 0.52% | - |
| HSV(B) | 59.01º | 0.96% | 0.99% | - |
| XYZ | 74.44 | 88.66 | 13.51 | - |
| YUV | 223.06 | 8.33 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 11 | 0 | 0.02 | 0.96 | 0.01 | 59.01 | 0.98 | 0.52 |
| Hex | FD | F9 | B | 0 | 2 | 60 | 1 | 3B | 62 | 34 |
| Octal | 375 | 371 | 13 | 0 | 2 | 140 | 1 | 73 | 142 | 64 |
| Binary | 11111101 | 11111001 | 1011 | 0 | 10 | 1100000 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FDF90B
Complementary color
Monochromatic Colors of #FDF90B
Black with #FDF90B
Text Example
Text Example
White with #FDF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF90B; }
p { color: rgb(253,249,11); }
H1.HeaderClassName
{
color: #FDF90B;
}
.AnyTagClassName
{
color: #FDF90B;
}
</style>
background-color css
<style>
a { background-color: #FDF90B; }
a { background-color: rgb(253,249,11); }
div.DivClassName
{
background-color: #FDF90B;
}
.BgClassName
{
background-color: #FDF90B;
}
</style>
border-color css
<style>
span { border-color: #FDF90B; }
span { border-color: rgb(253,249,11); }
td.TdClassName
{
border-color: #FDF90B;
}
.TagClassName
{
border-color: #FDF90B;
}
</style>