Shades of Yellow #FDF300
Tints of Yellow #FDF300
RGB
CMYK
RGB Variations
Color information
#FDF300 (or 0xFDF300) is known color: Yellow. HEX triplet: FD, F3 and 00. RGB value is (253,243,0). Sum of RGB (Red+Green+Blue) = 253+243+0=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 0 (0.39% from 255 or 0% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF300 is #020CFF. Grayscale: #DBDBDB. Windows color (decimal): -134400 or 62461. OLE color: 62461.
HSL color Cylindrical-coordinate representation of color #FDF300: hue angle of 57.63º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDF300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.01 |
| HSL | 57.63º | 1% | 0.5% | - |
| HSV(B) | 57.63º | 1% | 0.99% | - |
| XYZ | 72.56 | 84.98 | 12.58 | - |
| YUV | 218.29 | 4.81 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 0 | 0 | 0.04 | 1 | 0.01 | 57.63 | 1 | 0.5 |
| Hex | FD | F3 | 0 | 0 | 4 | 64 | 1 | 3A | 64 | 32 |
| Octal | 375 | 363 | 0 | 0 | 4 | 144 | 1 | 72 | 144 | 62 |
| Binary | 11111101 | 11110011 | 0 | 0 | 100 | 1100100 | 1 | 111010 | 1100100 | 110010 |
Color Harmonies of #FDF300
Complementary color
Monochromatic Colors of #FDF300
Black with #FDF300
Text Example
Text Example
White with #FDF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF300; }
p { color: rgb(253,243,0); }
H1.HeaderClassName
{
color: #FDF300;
}
.AnyTagClassName
{
color: #FDF300;
}
</style>
background-color css
<style>
a { background-color: #FDF300; }
a { background-color: rgb(253,243,0); }
div.DivClassName
{
background-color: #FDF300;
}
.BgClassName
{
background-color: #FDF300;
}
</style>
border-color css
<style>
span { border-color: #FDF300; }
span { border-color: rgb(253,243,0); }
td.TdClassName
{
border-color: #FDF300;
}
.TagClassName
{
border-color: #FDF300;
}
</style>