Shades of Yellow #FAFF04
Tints of Yellow #FAFF04
RGB
CMYK
RGB Variations
Color information
#FAFF04 (or 0xFAFF04) is known color: Yellow. HEX triplet: FA, FF and 04. RGB value is (250,255,4). Sum of RGB (Red+Green+Blue) = 250+255+4=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 4 (1.95% from 255 or 0.79% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF04 is #0500FB. Grayscale: #E1E1E1. Windows color (decimal): -327932 or 327674. OLE color: 327674.
HSL color Cylindrical-coordinate representation of color #FAFF04: hue angle of 61.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAFF04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0 |
| HSL | 61.2º | 1% | 0.51% | - |
| HSV(B) | 61.2º | 0.98% | 1% | - |
| XYZ | 75.21 | 91.85 | 13.88 | - |
| YUV | 224.89 | 3.34 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 4 | 0.02 | 0 | 0.98 | 0 | 61.2 | 1 | 0.51 |
| Hex | FA | FF | 4 | 2 | 0 | 62 | 0 | 3D | 64 | 33 |
| Octal | 372 | 377 | 4 | 2 | 0 | 142 | 0 | 75 | 144 | 63 |
| Binary | 11111010 | 11111111 | 100 | 10 | 0 | 1100010 | 0 | 111101 | 1100100 | 110011 |
Color Harmonies of #FAFF04
Complementary color
Monochromatic Colors of #FAFF04
Black with #FAFF04
Text Example
Text Example
White with #FAFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF04; }
p { color: rgb(250,255,4); }
H1.HeaderClassName
{
color: #FAFF04;
}
.AnyTagClassName
{
color: #FAFF04;
}
</style>
background-color css
<style>
a { background-color: #FAFF04; }
a { background-color: rgb(250,255,4); }
div.DivClassName
{
background-color: #FAFF04;
}
.BgClassName
{
background-color: #FAFF04;
}
</style>
border-color css
<style>
span { border-color: #FAFF04; }
span { border-color: rgb(250,255,4); }
td.TdClassName
{
border-color: #FAFF04;
}
.TagClassName
{
border-color: #FAFF04;
}
</style>