Shades of Yellow #FFFD03
Tints of Yellow #FFFD03
RGB
CMYK
RGB Variations
Color information
#FFFD03 (or 0xFFFD03) is known color: Yellow. HEX triplet: FF, FD and 03. RGB value is (255,253,3). Sum of RGB (Red+Green+Blue) = 255+253+3=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 3 (1.56% from 255 or 0.59% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD03 is #0002FC. Grayscale: #E2E2E2. Windows color (decimal): -765 or 261631. OLE color: 261631.
HSL color Cylindrical-coordinate representation of color #FFFD03: hue angle of 59.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFFD03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0 |
| HSL | 59.52º | 1% | 0.51% | - |
| HSV(B) | 59.52º | 0.99% | 1% | - |
| XYZ | 76.38 | 91.52 | 13.72 | - |
| YUV | 225.1 | 2.66 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 3 | 0 | 0.01 | 0.99 | 0 | 59.52 | 1 | 0.51 |
| Hex | FF | FD | 3 | 0 | 1 | 63 | 0 | 3C | 64 | 33 |
| Octal | 377 | 375 | 3 | 0 | 1 | 143 | 0 | 74 | 144 | 63 |
| Binary | 11111111 | 11111101 | 11 | 0 | 1 | 1100011 | 0 | 111100 | 1100100 | 110011 |
Color Harmonies of #FFFD03
Complementary color
Monochromatic Colors of #FFFD03
Black with #FFFD03
Text Example
Text Example
White with #FFFD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD03; }
p { color: rgb(255,253,3); }
H1.HeaderClassName
{
color: #FFFD03;
}
.AnyTagClassName
{
color: #FFFD03;
}
</style>
background-color css
<style>
a { background-color: #FFFD03; }
a { background-color: rgb(255,253,3); }
div.DivClassName
{
background-color: #FFFD03;
}
.BgClassName
{
background-color: #FFFD03;
}
</style>
border-color css
<style>
span { border-color: #FFFD03; }
span { border-color: rgb(255,253,3); }
td.TdClassName
{
border-color: #FFFD03;
}
.TagClassName
{
border-color: #FFFD03;
}
</style>