Shades of Yellow #FDF601
Tints of Yellow #FDF601
RGB
CMYK
RGB Variations
Color information
#FDF601 (or 0xFDF601) is known color: Yellow. HEX triplet: FD, F6 and 01. RGB value is (253,246,1). Sum of RGB (Red+Green+Blue) = 253+246+1=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 1 (0.78% from 255 or 0.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF601 is #0209FE. Grayscale: #DDDDDD. Windows color (decimal): -133631 or 128765. OLE color: 128765.
HSL color Cylindrical-coordinate representation of color #FDF601: hue angle of 58.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDF601 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.01 |
| HSL | 58.33º | 0.99% | 0.5% | - |
| HSV(B) | 58.33º | 1% | 0.99% | - |
| XYZ | 73.47 | 86.8 | 12.91 | - |
| YUV | 220.16 | 4.32 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 1 | 0 | 0.03 | 1.00 | 0.01 | 58.33 | 0.99 | 0.5 |
| Hex | FD | F6 | 1 | 0 | 3 | 64 | 1 | 3A | 63 | 32 |
| Octal | 375 | 366 | 1 | 0 | 3 | 144 | 1 | 72 | 143 | 62 |
| Binary | 11111101 | 11110110 | 1 | 0 | 11 | 1100100 | 1 | 111010 | 1100011 | 110010 |
Color Harmonies of #FDF601
Complementary color
Monochromatic Colors of #FDF601
Black with #FDF601
Text Example
Text Example
White with #FDF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF601; }
p { color: rgb(253,246,1); }
H1.HeaderClassName
{
color: #FDF601;
}
.AnyTagClassName
{
color: #FDF601;
}
</style>
background-color css
<style>
a { background-color: #FDF601; }
a { background-color: rgb(253,246,1); }
div.DivClassName
{
background-color: #FDF601;
}
.BgClassName
{
background-color: #FDF601;
}
</style>
border-color css
<style>
span { border-color: #FDF601; }
span { border-color: rgb(253,246,1); }
td.TdClassName
{
border-color: #FDF601;
}
.TagClassName
{
border-color: #FDF601;
}
</style>