Shades of Yellow #FAFF07
Tints of Yellow #FAFF07
RGB
CMYK
RGB Variations
Color information
#FAFF07 (or 0xFAFF07) is known color: Yellow. HEX triplet: FA, FF and 07. RGB value is (250,255,7). Sum of RGB (Red+Green+Blue) = 250+255+7=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 7 (3.12% from 255 or 1.37% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF07 is #0500F8. Grayscale: #E2E2E2. Windows color (decimal): -327929 or 524282. OLE color: 524282.
HSL color Cylindrical-coordinate representation of color #FAFF07: hue angle of 61.21º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAFF07 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 7 | - |
| CMYK | 0.02 | 0 | 0.97 | 0 |
| HSL | 61.21º | 1% | 0.51% | - |
| HSV(B) | 61.21º | 0.97% | 1% | - |
| XYZ | 75.22 | 91.86 | 13.97 | - |
| YUV | 225.23 | 4.84 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 7 | 0.02 | 0 | 0.97 | 0 | 61.21 | 1 | 0.51 |
| Hex | FA | FF | 7 | 2 | 0 | 61 | 0 | 3D | 64 | 33 |
| Octal | 372 | 377 | 7 | 2 | 0 | 141 | 0 | 75 | 144 | 63 |
| Binary | 11111010 | 11111111 | 111 | 10 | 0 | 1100001 | 0 | 111101 | 1100100 | 110011 |
Color Harmonies of #FAFF07
Complementary color
Monochromatic Colors of #FAFF07
Black with #FAFF07
Text Example
Text Example
White with #FAFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF07; }
p { color: rgb(250,255,7); }
H1.HeaderClassName
{
color: #FAFF07;
}
.AnyTagClassName
{
color: #FAFF07;
}
</style>
background-color css
<style>
a { background-color: #FAFF07; }
a { background-color: rgb(250,255,7); }
div.DivClassName
{
background-color: #FAFF07;
}
.BgClassName
{
background-color: #FAFF07;
}
</style>
border-color css
<style>
span { border-color: #FAFF07; }
span { border-color: rgb(250,255,7); }
td.TdClassName
{
border-color: #FAFF07;
}
.TagClassName
{
border-color: #FAFF07;
}
</style>