Shades of Yellow #FFFF12
Tints of Yellow #FFFF12
RGB
CMYK
RGB Variations
Color information
#FFFF12 (or 0xFFFF12) is known color: Yellow. HEX triplet: FF, FF and 12. RGB value is (255,255,18). Sum of RGB (Red+Green+Blue) = 255+255+18=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 18 (7.42% from 255 or 3.41% from 528); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFF12 is #0000ED. Grayscale: #E4E4E4. Windows color (decimal): -238 or 1245183. OLE color: 1245183.
HSL color Cylindrical-coordinate representation of color #FFFF12: hue angle of 60º 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 #FFFF12 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 18 | - |
| CMYK | 0 | 0 | 0.93 | 0 |
| HSL | 60º | 1% | 0.54% | - |
| HSV(B) | 60º | 0.93% | 1% | - |
| XYZ | 77.11 | 92.82 | 14.42 | - |
| YUV | 227.98 | 9.5 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 18 | 0 | 0 | 0.93 | 0 | 60 | 1 | 0.54 |
| Hex | FF | FF | 12 | 0 | 0 | 5D | 0 | 3C | 64 | 36 |
| Octal | 377 | 377 | 22 | 0 | 0 | 135 | 0 | 74 | 144 | 66 |
| Binary | 11111111 | 11111111 | 10010 | 0 | 0 | 1011101 | 0 | 111100 | 1100100 | 110110 |
Color Harmonies of #FFFF12
Complementary color
Monochromatic Colors of #FFFF12
Black with #FFFF12
Text Example
Text Example
White with #FFFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF12; }
p { color: rgb(255,255,18); }
H1.HeaderClassName
{
color: #FFFF12;
}
.AnyTagClassName
{
color: #FFFF12;
}
</style>
background-color css
<style>
a { background-color: #FFFF12; }
a { background-color: rgb(255,255,18); }
div.DivClassName
{
background-color: #FFFF12;
}
.BgClassName
{
background-color: #FFFF12;
}
</style>
border-color css
<style>
span { border-color: #FFFF12; }
span { border-color: rgb(255,255,18); }
td.TdClassName
{
border-color: #FFFF12;
}
.TagClassName
{
border-color: #FFFF12;
}
</style>