Shades of Yellow #FFFD12
Tints of Yellow #FFFD12
RGB
CMYK
RGB Variations
Color information
#FFFD12 (or 0xFFFD12) is known color: Yellow. HEX triplet: FF, FD and 12. RGB value is (255,253,18). Sum of RGB (Red+Green+Blue) = 255+253+18=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 18 (7.42% from 255 or 3.42% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD12 is #0002ED. Grayscale: #E3E3E3. Windows color (decimal): -750 or 1244671. OLE color: 1244671.
HSL color Cylindrical-coordinate representation of color #FFFD12: hue angle of 59.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFFD12 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 18 | - |
| CMYK | 0 | 0.01 | 0.93 | 0 |
| HSL | 59.49º | 1% | 0.54% | - |
| HSV(B) | 59.49º | 0.93% | 1% | - |
| XYZ | 76.47 | 91.55 | 14.21 | - |
| YUV | 226.81 | 10.16 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 18 | 0 | 0.01 | 0.93 | 0 | 59.49 | 1 | 0.54 |
| Hex | FF | FD | 12 | 0 | 1 | 5D | 0 | 3B | 64 | 36 |
| Octal | 377 | 375 | 22 | 0 | 1 | 135 | 0 | 73 | 144 | 66 |
| Binary | 11111111 | 11111101 | 10010 | 0 | 1 | 1011101 | 0 | 111011 | 1100100 | 110110 |
Color Harmonies of #FFFD12
Complementary color
Monochromatic Colors of #FFFD12
Black with #FFFD12
Text Example
Text Example
White with #FFFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD12; }
p { color: rgb(255,253,18); }
H1.HeaderClassName
{
color: #FFFD12;
}
.AnyTagClassName
{
color: #FFFD12;
}
</style>
background-color css
<style>
a { background-color: #FFFD12; }
a { background-color: rgb(255,253,18); }
div.DivClassName
{
background-color: #FFFD12;
}
.BgClassName
{
background-color: #FFFD12;
}
</style>
border-color css
<style>
span { border-color: #FFFD12; }
span { border-color: rgb(255,253,18); }
td.TdClassName
{
border-color: #FFFD12;
}
.TagClassName
{
border-color: #FFFD12;
}
</style>