Shades of Yellow #FAFF14
Tints of Yellow #FAFF14
RGB
CMYK
RGB Variations
Color information
#FAFF14 (or 0xFAFF14) is known color: Yellow. HEX triplet: FA, FF and 14. RGB value is (250,255,20). Sum of RGB (Red+Green+Blue) = 250+255+20=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 20 (8.20% from 255 or 3.81% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF14 is #0500EB. Grayscale: #E3E3E3. Windows color (decimal): -327916 or 1376250. OLE color: 1376250.
HSL color Cylindrical-coordinate representation of color #FAFF14: 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 #FAFF14 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0 |
| HSL | 61.28º | 1% | 0.54% | - |
| HSV(B) | 61.28º | 0.92% | 1% | - |
| XYZ | 75.31 | 91.89 | 14.43 | - |
| YUV | 226.72 | 11.34 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 20 | 0.02 | 0 | 0.92 | 0 | 61.28 | 1 | 0.54 |
| Hex | FA | FF | 14 | 2 | 0 | 5C | 0 | 3D | 64 | 36 |
| Octal | 372 | 377 | 24 | 2 | 0 | 134 | 0 | 75 | 144 | 66 |
| Binary | 11111010 | 11111111 | 10100 | 10 | 0 | 1011100 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FAFF14
Complementary color
Monochromatic Colors of #FAFF14
Black with #FAFF14
Text Example
Text Example
White with #FAFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF14; }
p { color: rgb(250,255,20); }
H1.HeaderClassName
{
color: #FAFF14;
}
.AnyTagClassName
{
color: #FAFF14;
}
</style>
background-color css
<style>
a { background-color: #FAFF14; }
a { background-color: rgb(250,255,20); }
div.DivClassName
{
background-color: #FAFF14;
}
.BgClassName
{
background-color: #FAFF14;
}
</style>
border-color css
<style>
span { border-color: #FAFF14; }
span { border-color: rgb(250,255,20); }
td.TdClassName
{
border-color: #FAFF14;
}
.TagClassName
{
border-color: #FAFF14;
}
</style>