Shades of Yellow #FDF103
Tints of Yellow #FDF103
RGB
CMYK
RGB Variations
Color information
#FDF103 (or 0xFDF103) is known color: Yellow. HEX triplet: FD, F1 and 03. RGB value is (253,241,3). Sum of RGB (Red+Green+Blue) = 253+241+3=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 3 (1.56% from 255 or 0.60% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF103 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF103 is #020EFC. Grayscale: #DADADA. Windows color (decimal): -134909 or 258557. OLE color: 258557.
HSL color Cylindrical-coordinate representation of color #FDF103: hue angle of 57.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDF103 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.01 |
| HSL | 57.12º | 0.98% | 0.5% | - |
| HSV(B) | 57.12º | 0.99% | 0.99% | - |
| XYZ | 71.98 | 83.8 | 12.47 | - |
| YUV | 217.46 | 6.98 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 3 | 0 | 0.05 | 0.99 | 0.01 | 57.12 | 0.98 | 0.5 |
| Hex | FD | F1 | 3 | 0 | 5 | 63 | 1 | 39 | 62 | 32 |
| Octal | 375 | 361 | 3 | 0 | 5 | 143 | 1 | 71 | 142 | 62 |
| Binary | 11111101 | 11110001 | 11 | 0 | 101 | 1100011 | 1 | 111001 | 1100010 | 110010 |
Color Harmonies of #FDF103
Complementary color
Monochromatic Colors of #FDF103
Black with #FDF103
Text Example
Text Example
White with #FDF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF103; }
p { color: rgb(253,241,3); }
H1.HeaderClassName
{
color: #FDF103;
}
.AnyTagClassName
{
color: #FDF103;
}
</style>
background-color css
<style>
a { background-color: #FDF103; }
a { background-color: rgb(253,241,3); }
div.DivClassName
{
background-color: #FDF103;
}
.BgClassName
{
background-color: #FDF103;
}
</style>
border-color css
<style>
span { border-color: #FDF103; }
span { border-color: rgb(253,241,3); }
td.TdClassName
{
border-color: #FDF103;
}
.TagClassName
{
border-color: #FDF103;
}
</style>