Shades of Yellow #FDF706
Tints of Yellow #FDF706
RGB
CMYK
RGB Variations
Color information
#FDF706 (or 0xFDF706) is known color: Yellow. HEX triplet: FD, F7 and 06. RGB value is (253,247,6). Sum of RGB (Red+Green+Blue) = 253+247+6=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 6 (2.73% from 255 or 1.19% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF706 is #0208F9. Grayscale: #DEDEDE. Windows color (decimal): -133370 or 456701. OLE color: 456701.
HSL color Cylindrical-coordinate representation of color #FDF706: hue angle of 58.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDF706 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 6 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.01 |
| HSL | 58.54º | 0.98% | 0.51% | - |
| HSV(B) | 58.54º | 0.98% | 0.99% | - |
| XYZ | 73.8 | 87.42 | 13.16 | - |
| YUV | 221.32 | 6.49 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 6 | 0 | 0.02 | 0.98 | 0.01 | 58.54 | 0.98 | 0.51 |
| Hex | FD | F7 | 6 | 0 | 2 | 62 | 1 | 3B | 62 | 33 |
| Octal | 375 | 367 | 6 | 0 | 2 | 142 | 1 | 73 | 142 | 63 |
| Binary | 11111101 | 11110111 | 110 | 0 | 10 | 1100010 | 1 | 111011 | 1100010 | 110011 |
Color Harmonies of #FDF706
Complementary color
Monochromatic Colors of #FDF706
Black with #FDF706
Text Example
Text Example
White with #FDF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF706; }
p { color: rgb(253,247,6); }
H1.HeaderClassName
{
color: #FDF706;
}
.AnyTagClassName
{
color: #FDF706;
}
</style>
background-color css
<style>
a { background-color: #FDF706; }
a { background-color: rgb(253,247,6); }
div.DivClassName
{
background-color: #FDF706;
}
.BgClassName
{
background-color: #FDF706;
}
</style>
border-color css
<style>
span { border-color: #FDF706; }
span { border-color: rgb(253,247,6); }
td.TdClassName
{
border-color: #FDF706;
}
.TagClassName
{
border-color: #FDF706;
}
</style>