Shades of Yellow #FDF102
Tints of Yellow #FDF102
RGB
CMYK
RGB Variations
Color information
#FDF102 (or 0xFDF102) is known color: Yellow. HEX triplet: FD, F1 and 02. RGB value is (253,241,2). Sum of RGB (Red+Green+Blue) = 253+241+2=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 2 (1.17% from 255 or 0.40% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF102 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF102 is #020EFD. Grayscale: #DADADA. Windows color (decimal): -134910 or 193021. OLE color: 193021.
HSL color Cylindrical-coordinate representation of color #FDF102: hue angle of 57.13º 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 #FDF102 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.01 |
| HSL | 57.13º | 0.98% | 0.5% | - |
| HSV(B) | 57.13º | 0.99% | 0.99% | - |
| XYZ | 71.97 | 83.8 | 12.44 | - |
| YUV | 217.34 | 6.48 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 2 | 0 | 0.05 | 0.99 | 0.01 | 57.13 | 0.98 | 0.5 |
| Hex | FD | F1 | 2 | 0 | 5 | 63 | 1 | 39 | 62 | 32 |
| Octal | 375 | 361 | 2 | 0 | 5 | 143 | 1 | 71 | 142 | 62 |
| Binary | 11111101 | 11110001 | 10 | 0 | 101 | 1100011 | 1 | 111001 | 1100010 | 110010 |
Color Harmonies of #FDF102
Complementary color
Monochromatic Colors of #FDF102
Black with #FDF102
Text Example
Text Example
White with #FDF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF102; }
p { color: rgb(253,241,2); }
H1.HeaderClassName
{
color: #FDF102;
}
.AnyTagClassName
{
color: #FDF102;
}
</style>
background-color css
<style>
a { background-color: #FDF102; }
a { background-color: rgb(253,241,2); }
div.DivClassName
{
background-color: #FDF102;
}
.BgClassName
{
background-color: #FDF102;
}
</style>
border-color css
<style>
span { border-color: #FDF102; }
span { border-color: rgb(253,241,2); }
td.TdClassName
{
border-color: #FDF102;
}
.TagClassName
{
border-color: #FDF102;
}
</style>