Shades of Yellow #FAFF08
Tints of Yellow #FAFF08
RGB
CMYK
RGB Variations
Color information
#FAFF08 (or 0xFAFF08) is known color: Yellow. HEX triplet: FA, FF and 08. RGB value is (250,255,8). Sum of RGB (Red+Green+Blue) = 250+255+8=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 8 (3.52% from 255 or 1.56% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF08 is #0500F7. Grayscale: #E2E2E2. Windows color (decimal): -327928 or 589818. OLE color: 589818.
HSL color Cylindrical-coordinate representation of color #FAFF08: hue angle of 61.21º 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 #FAFF08 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 8 | - |
| CMYK | 0.02 | 0 | 0.97 | 0 |
| HSL | 61.21º | 1% | 0.52% | - |
| HSV(B) | 61.21º | 0.97% | 1% | - |
| XYZ | 75.23 | 91.86 | 14 | - |
| YUV | 225.35 | 5.34 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 8 | 0.02 | 0 | 0.97 | 0 | 61.21 | 1 | 0.52 |
| Hex | FA | FF | 8 | 2 | 0 | 61 | 0 | 3D | 64 | 34 |
| Octal | 372 | 377 | 10 | 2 | 0 | 141 | 0 | 75 | 144 | 64 |
| Binary | 11111010 | 11111111 | 1000 | 10 | 0 | 1100001 | 0 | 111101 | 1100100 | 110100 |
Color Harmonies of #FAFF08
Complementary color
Monochromatic Colors of #FAFF08
Black with #FAFF08
Text Example
Text Example
White with #FAFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF08; }
p { color: rgb(250,255,8); }
H1.HeaderClassName
{
color: #FAFF08;
}
.AnyTagClassName
{
color: #FAFF08;
}
</style>
background-color css
<style>
a { background-color: #FAFF08; }
a { background-color: rgb(250,255,8); }
div.DivClassName
{
background-color: #FAFF08;
}
.BgClassName
{
background-color: #FAFF08;
}
</style>
border-color css
<style>
span { border-color: #FAFF08; }
span { border-color: rgb(250,255,8); }
td.TdClassName
{
border-color: #FAFF08;
}
.TagClassName
{
border-color: #FAFF08;
}
</style>