Shades of Yellow #FFFD08
Tints of Yellow #FFFD08
RGB
CMYK
RGB Variations
Color information
#FFFD08 (or 0xFFFD08) is known color: Yellow. HEX triplet: FF, FD and 08. RGB value is (255,253,8). Sum of RGB (Red+Green+Blue) = 255+253+8=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 8 (3.52% from 255 or 1.55% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD08 is #0002F7. Grayscale: #E2E2E2. Windows color (decimal): -760 or 589311. OLE color: 589311.
HSL color Cylindrical-coordinate representation of color #FFFD08: hue angle of 59.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFFD08 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 8 | - |
| CMYK | 0 | 0.01 | 0.97 | 0 |
| HSL | 59.51º | 1% | 0.52% | - |
| HSV(B) | 59.51º | 0.97% | 1% | - |
| XYZ | 76.41 | 91.53 | 13.87 | - |
| YUV | 225.67 | 5.16 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 8 | 0 | 0.01 | 0.97 | 0 | 59.51 | 1 | 0.52 |
| Hex | FF | FD | 8 | 0 | 1 | 61 | 0 | 3C | 64 | 34 |
| Octal | 377 | 375 | 10 | 0 | 1 | 141 | 0 | 74 | 144 | 64 |
| Binary | 11111111 | 11111101 | 1000 | 0 | 1 | 1100001 | 0 | 111100 | 1100100 | 110100 |
Color Harmonies of #FFFD08
Complementary color
Monochromatic Colors of #FFFD08
Black with #FFFD08
Text Example
Text Example
White with #FFFD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD08; }
p { color: rgb(255,253,8); }
H1.HeaderClassName
{
color: #FFFD08;
}
.AnyTagClassName
{
color: #FFFD08;
}
</style>
background-color css
<style>
a { background-color: #FFFD08; }
a { background-color: rgb(255,253,8); }
div.DivClassName
{
background-color: #FFFD08;
}
.BgClassName
{
background-color: #FFFD08;
}
</style>
border-color css
<style>
span { border-color: #FFFD08; }
span { border-color: rgb(255,253,8); }
td.TdClassName
{
border-color: #FFFD08;
}
.TagClassName
{
border-color: #FFFD08;
}
</style>