Shades of Yellow #FDF403
Tints of Yellow #FDF403
RGB
CMYK
RGB Variations
Color information
#FDF403 (or 0xFDF403) is known color: Yellow. HEX triplet: FD, F4 and 03. RGB value is (253,244,3). Sum of RGB (Red+Green+Blue) = 253+244+3=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 3 (1.56% from 255 or 0.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF403 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF403 is #020BFC. Grayscale: #DCDCDC. Windows color (decimal): -134141 or 259325. OLE color: 259325.
HSL color Cylindrical-coordinate representation of color #FDF403: hue angle of 57.84º 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 #FDF403 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.01 |
| HSL | 57.84º | 0.98% | 0.5% | - |
| HSV(B) | 57.84º | 0.99% | 0.99% | - |
| XYZ | 72.88 | 85.59 | 12.77 | - |
| YUV | 219.22 | 5.98 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 3 | 0 | 0.04 | 0.99 | 0.01 | 57.84 | 0.98 | 0.5 |
| Hex | FD | F4 | 3 | 0 | 4 | 63 | 1 | 3A | 62 | 32 |
| Octal | 375 | 364 | 3 | 0 | 4 | 143 | 1 | 72 | 142 | 62 |
| Binary | 11111101 | 11110100 | 11 | 0 | 100 | 1100011 | 1 | 111010 | 1100010 | 110010 |
Color Harmonies of #FDF403
Complementary color
Monochromatic Colors of #FDF403
Black with #FDF403
Text Example
Text Example
White with #FDF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF403; }
p { color: rgb(253,244,3); }
H1.HeaderClassName
{
color: #FDF403;
}
.AnyTagClassName
{
color: #FDF403;
}
</style>
background-color css
<style>
a { background-color: #FDF403; }
a { background-color: rgb(253,244,3); }
div.DivClassName
{
background-color: #FDF403;
}
.BgClassName
{
background-color: #FDF403;
}
</style>
border-color css
<style>
span { border-color: #FDF403; }
span { border-color: rgb(253,244,3); }
td.TdClassName
{
border-color: #FDF403;
}
.TagClassName
{
border-color: #FDF403;
}
</style>