Shades of Yellow #FAFF15
Tints of Yellow #FAFF15
RGB
CMYK
RGB Variations
Color information
#FAFF15 (or 0xFAFF15) is known color: Yellow. HEX triplet: FA, FF and 15. RGB value is (250,255,21). Sum of RGB (Red+Green+Blue) = 250+255+21=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 21 (8.59% from 255 or 3.99% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF15 is #0500EA. Grayscale: #E3E3E3. Windows color (decimal): -327915 or 1441786. OLE color: 1441786.
HSL color Cylindrical-coordinate representation of color #FAFF15: hue angle of 61.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAFF15 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 21 | - |
| CMYK | 0.02 | 0 | 0.92 | 0 |
| HSL | 61.28º | 1% | 0.54% | - |
| HSV(B) | 61.28º | 0.92% | 1% | - |
| XYZ | 75.32 | 91.9 | 14.48 | - |
| YUV | 226.83 | 11.84 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 21 | 0.02 | 0 | 0.92 | 0 | 61.28 | 1 | 0.54 |
| Hex | FA | FF | 15 | 2 | 0 | 5C | 0 | 3D | 64 | 36 |
| Octal | 372 | 377 | 25 | 2 | 0 | 134 | 0 | 75 | 144 | 66 |
| Binary | 11111010 | 11111111 | 10101 | 10 | 0 | 1011100 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FAFF15
Complementary color
Monochromatic Colors of #FAFF15
Black with #FAFF15
Text Example
Text Example
White with #FAFF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF15; }
p { color: rgb(250,255,21); }
H1.HeaderClassName
{
color: #FAFF15;
}
.AnyTagClassName
{
color: #FAFF15;
}
</style>
background-color css
<style>
a { background-color: #FAFF15; }
a { background-color: rgb(250,255,21); }
div.DivClassName
{
background-color: #FAFF15;
}
.BgClassName
{
background-color: #FAFF15;
}
</style>
border-color css
<style>
span { border-color: #FAFF15; }
span { border-color: rgb(250,255,21); }
td.TdClassName
{
border-color: #FAFF15;
}
.TagClassName
{
border-color: #FAFF15;
}
</style>