Shades of Yellow #FAFF00
Tints of Yellow #FAFF00
RGB
CMYK
RGB Variations
Color information
#FAFF00 (or 0xFAFF00) is known color: Yellow. HEX triplet: FA, FF and 00. RGB value is (250,255,0). Sum of RGB (Red+Green+Blue) = 250+255+0=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 0 (0.39% from 255 or 0% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF00 is #0500FF. Grayscale: #E1E1E1. Windows color (decimal): -327936 or 65530. OLE color: 65530.
HSL color Cylindrical-coordinate representation of color #FAFF00: hue angle of 61.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAFF00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0 |
| HSL | 61.18º | 1% | 0.5% | - |
| HSV(B) | 61.18º | 1% | 1% | - |
| XYZ | 75.18 | 91.84 | 13.77 | - |
| YUV | 224.44 | 1.34 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 0 | 0.02 | 0 | 1 | 0 | 61.18 | 1 | 0.5 |
| Hex | FA | FF | 0 | 2 | 0 | 64 | 0 | 3D | 64 | 32 |
| Octal | 372 | 377 | 0 | 2 | 0 | 144 | 0 | 75 | 144 | 62 |
| Binary | 11111010 | 11111111 | 0 | 10 | 0 | 1100100 | 0 | 111101 | 1100100 | 110010 |
Color Harmonies of #FAFF00
Complementary color
Monochromatic Colors of #FAFF00
Black with #FAFF00
Text Example
Text Example
White with #FAFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF00; }
p { color: rgb(250,255,0); }
H1.HeaderClassName
{
color: #FAFF00;
}
.AnyTagClassName
{
color: #FAFF00;
}
</style>
background-color css
<style>
a { background-color: #FAFF00; }
a { background-color: rgb(250,255,0); }
div.DivClassName
{
background-color: #FAFF00;
}
.BgClassName
{
background-color: #FAFF00;
}
</style>
border-color css
<style>
span { border-color: #FAFF00; }
span { border-color: rgb(250,255,0); }
td.TdClassName
{
border-color: #FAFF00;
}
.TagClassName
{
border-color: #FAFF00;
}
</style>